@charset "utf-8";
/* CSS Document */
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {
	width:100%;
	margin-top: 0;
	
	margin-bottom: 10px;
	
	
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }
#gallery {
	
	
	
}

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	padding: 0px;
	background-color:#000000;
	list-style: none;
	position: relative;
	text-align:left;

}
#transport li {
	float: left;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#transport a {
	
}
#transport a:link {
	
}
#transport a:visited {
	
}
#transport a:hover {
	
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}
#belowphoto {
	width: 100%;
	padding-bottom: 10px;
}
#previews {
text-align:center;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 5px;
	left: 5px;
	bottom: 5px;
	
	
}

#blackbox {


}
#thumbnails {
	clear: both;
	margin-top: 20;
	margin-bottom: auto;
}
#thumbnails div {
	text-align:left;
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}

#captionText {

	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #ffffff;
	position: relative;
	
	
}
#picnameText {
	padding: 0;
	position:relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#thumbnails img {
	width: 50px;
	height: 50px;
	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;
	text-align: center;
	position: relative;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/siteimages/gallery/loadingbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-top: solid 0px #999;
	border-right: solid 0px #404040;
	border-bottom: solid 0px #999;
	border-left: solid 0px #404040;
	padding: 1em;
	overflow: visible;
	width: 0px;
	height: 0px;
	top: 10px;
	
}

	
	
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fc0;
	border-right-color: #0066FF;
	border-bottom-color: #99CC99;
	border-left-color: #3399FF;
}
.inFocus {  border: solid 2px #006633 !important; }

