/* Layout Rules
----------------------------------------------- */


#wrap {

	padding-top: 5px;
	margin: 0 5px;
	float:left;

}

.albumDesc	{
	margin-top: -15px;
	color: #ffffff;

}
.albumBookDesc {
	font-size: small;
	color: #cc0000;
	margin-top:10px;
}
.descTitle {
	font-size:small;
	color: #cc0000;
	font-weight:bold;
}

.albumName {
	font-size: 14px;
	line-height:15px;
	
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	position:relative;
}
select {
	color: #ffffff;
	background-color:  #000000;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width:180px;
	margin-top: 0px;
}
#controls {	margin:0 auto 3px auto; }
#galleries {	margin:0 auto 3px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin:5px 0px 1px 0px;
	padding: 0px;
	list-style: none;
}

td.thumb{
width:120px;
}	
#transport li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#transport a {
width:110px;
background:#000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 4px;
	padding: 1px 1px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #000000 ;
	color: #ffffff;
		border:1px solid white;
}
#transport a:visited {
	background: #000000;
	color: #ffffff;
		border:1px solid white;
}
#transport a:hover {
	background: #000000;
	color: #ffffff;
		border:1px solid white;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border: solid 0px #CC0000;
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	width:400px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#thumbnails {
	clear: both;
	margin: 3px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 3px;
	padding: 0;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 5px;
	float: left;

}
#capt {
	padding:0px;
	margin:0px;
line-height:20px;

}
p.unter{
margin:0;
padding:0;
line-height:15px;
font-size:14px;
}
#mainImageOutline {
	margin: auto;
	padding: 0;
	background-color: ;
	border-top:solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	overflow: hidden; 
	vertical-align:top;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }.header {
	margin-top: 0px;
}

