@charset "UTF-8";
/* CSS Document */


#gallerySelect {
	width: 100px;
	height: 5px;/* only used here as the gallery selection is not required */
}
#controls {	margin:0 auto 10px auto; }
#galleries {
	margin:0 auto 20px auto;
	visibility: hidden;/* height and visibility only used here as the gallery selection is not required */
	height: 5px;
}
#galleries label {
	padding-bottom: 2px;
	height: 5px;/* only used here as the gallery selection is not required */
}

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}
#transport {
	padding: 0;
	list-style: none;
	margin: 0;
}
#transport li {
	float: left;
	margin: 0;
	text-align: center;
	padding: 0;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#transport a:link {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #666;
	background-repeat: repeat-x;
	background-image: url(../images/bg_grad_gray1.gif);
}
#transport a:visited {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #666;
	background-repeat: repeat-x;
	background-image: url(../images/bg_grad_gray1.gif);
}
#transport a:hover {
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #666;
	background-repeat: repeat-x;
	background-image: url(../images/bg_grad_gray2.gif);
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	margin-bottom: 5px;
	width: 120px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(../images/bg.gif);
	overflow: hidden;/* workaround for fixed width boxes for Internet Explorer - otherwise, if content too wide, box may expand */
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#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: 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: 800px;
	float: left;
}
#mainImageOutline {
	padding: 0;
	background-color: #999999;
	padding: 0em;
	overflow: hidden;
	width: 0px;
	height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
