@charset "UTF-8";



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



#transport {
	margin: 30px 0 10px 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: 107px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #ddd;
	border-top: solid 1px #400000;
	border-right: solid 1px #400000;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #400000;
}
#transport a:visited {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #ddd;
	border-top: solid 1px #400000;
	border-right: solid 1px #400000;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #400000;
}
#transport a:hover {
	background: #666 url('../demos/images/bg_grad_gray2.gif') repeat-x;
	color: #400000;
	border-top: solid 1px #400000;
	border-right: solid 1px #400000;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #400000;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #400000;
	border-right: solid 1px #400000;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #400000;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('../demos/images/bg.gif');
	width: 700px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 0 0 20px 0;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: relative;
	border-top: solid 1px #400000;
	border-right: solid 1px #400000;
	border-bottom: solid 1px #400000;
	border-left: solid 1px #400000;
	padding:0;
}
#picture {
	padding: 10px;
	margin-left:10px;
	margin-top:10px;
 	width: 700px;
	float: right;
}
#mainImageOutline {
	margin: 0;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #400000;
	border-right: solid 1px #400000;
	border-bottom: solid 1px #400000;
	border-left: solid 1px #400000;
	padding: 1em; 
	overflow: hidden; 
	width: 640px;
	height: 480px;
}


#picture img {	border: 1px solid #400000; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }



