@charset "UTF-8";

.SpryHiddenRegion {
   visibility: hidden;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	text-align:right; top: 100%; position:absolute; margin-top: -47px; }
#galleries {	margin:0 auto 10px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 530px;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 10px;
	height: 10px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
/*	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	/*background-image: url('images/bg.gif');*/
	
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px 10px auto;	
	
}
#thumbnails div {
	position: relative;
	width: 56px;
	height: 58px;
	float: left;
	margin: 2px;
	padding: 0;
	display:inline;
}
#thumbnails img {
	width: 56px;
	height: 58px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
}
#picture {
	padding: 0px;
	float: none;
	vertical-align:bottom;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
/*	background-color: #eee;
/*	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
	padding: 1px; 
/*	overflow: hidden;  */
	vertical-align:bottom;
}
#mainImage {		
	width: 100%;
}

#picture img {	
	/* border: 1px solid #999;  */
	background: transparent;
}
.selectedThumbnail {
	margin : -1px;  
	border: solid 2px #555555 !important; 
}
.inFocus {  border: solid 1px #555555 !important; }


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

