@charset "UTF-8";
/* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#wrap { width: 100%; height: 100%; }

.albumDesc	{ margin-top: -10px; color: #ccc; font-size: 9px; text-align: center; }
.albumBookDesc { font-size: 9px; color: #666666; margin-top: -13px; }
.descTitle {
	font-size: 9px;
	color: #ccc;
}

.albumName { color: #ccc; font-size: 9px; text-align: center; }


/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 100%;
	margin-top: -8px;
}
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link { color: #fff; background-color: #666; background-attachment: scroll; background-position: 0 0; border-color: #999 #404040 #3a3a3a; border-style: solid; border-width: 1px; }
#transport a:visited { color: #fff; background-color: #666; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border-color: #999 #404040 #3a3a3a; border-style: solid; border-width: 1px; }
#transport a:hover { color: #000; background-color: #666; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border-color: #999 #404040 #3a3a3a; border-style: solid; border-width: 1px; }
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews { padding: 5px 0; margin-bottom: 5px; width: 150px; float: left; margin-left: 10px; }
#thumbnails {
	clear: both;
	margin: 4px auto;
}
#thumbnails div {
	position: relative;
	width: 70px;
	height: 56px;
	float: left;
	margin: 2px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img { width: 50px; height: 35px; position: absolute; margin-left: 5px; border-color: #999 #404040 #333; border-style: solid; border-width: 1px; }
#picture { padding: 0; width: 160px; float: left; margin: 0; }
#mainImageOutline { width: 100%; margin: 0 0 0 10px; padding: 0; padding: 0; overflow: hidden; border: solid 1px #000; }
#mainImage { width: 150px; height: 113px; margin: 0; padding: 0; }

#picture img { margin: 0; padding: 0; }
.selectedThumbnail { border-color: #6cf !important; border-style: solid; border-width: 1px; }
.inFocus {  border: solid 1px #6cf !important; }.header {
	margin-top: 0px;
}
