/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { 
	width: 180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#galleries {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#galleries label { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	vertical-align:middle;
}
#transport {
	font: "Syntax Black", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 2px;
	width: 70px;
	height: 16px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background-color:#244599;
	color: #ffffff;
	border-top: solid 2px #999;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #3a3a3a;
	border-left: solid 2px #404040;
}
#transport a:visited {
	background-color:#244599;
	color: #ffffff;
	border-top: solid 2px #999;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #3a3a3a;
	border-left: solid 2px #404040;
}
#transport a:hover {
	background-color:#2E57C2;
	color: #ffffff;
	border-top: solid 2px #999;
	border-right: solid 2px #404040;
	border-bottom: solid 2px #3a3a3a;
	border-left: solid 2px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#thumbnails {
	clear: both;
	margin: 0px;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0px;
	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;
	float: left;
}
#mainImageOutline {
	width: 395px;
	background-color:#000000;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border: solid white 10px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 0px ; }
.selectedThumbnail {  border: solid 1px #FFFF99 !important; }
.inFocus {  border: solid 1px #FFFF99 !important; }
