@charset "UTF-8";


#gallerySelect { width: 250px; font-size:12px; }
#controls {	float:left; /* margin:0 auto 10px auto; */ }
#galleries {		float:left; margin:0 5px 5px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}
#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: 70%;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 50px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #002F5D;
	color: #fff;
	font-weight:bold;
}
#transport a:visited {
	background: #002F5D;
	color: #fff;
	font-weight:bold;
}
#transport a:hover {
	background: #FFFFFF;
	color: #000000;
	font-weight:bold;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	
	
	margin-bottom: 5px;
	
	/*float: center;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	*/
}
#thumbnails {
	clear: both;
	
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	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: 0px;
	width: 330px;
	float: right;
}
#mainImageOutline {
	background-color: #002F5D;
	padding: 10px; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width:  100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
