/*#wrapper {background-position:center 657px;}*/
#logo {height:76px;}
#header {
	height:auto;
	width:100%;	
	overflow:hidden;
}
#navigation {margin:0 auto;}
#navigation .subMenu {height:10px;}

#imgDisplay {
	position:relative;
	width:100%;
	height:372px;
	overflow:hidden;
}
#imgControl {
	margin:0;
	padding:0;
	width:5000px;
	position:absolute;
	top:0;left:0;
}
#imgControl .imgCover {float:left;margin:0;padding:0;position:relative;overflow:hidden;}
#imgControl .imgCover .description {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:10px;
	color:#b7b7b1;
	background-color:#000;
	filter:alpha(opacity=70); /*IE6-8*/
	-moz-opacity:0.7; /*Mozilar-Netscape*/
	-khtml-opacity: 0.7; /*Unix*/
	opacity: 0.7; /* Firefox or for all other browsers*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8*/
}
* html #imgControl .imgCover .description {background-color:#000;}


#thumbsBox {
	margin:0px auto 0 auto;padding:0;width:875px;height:56px;padding:0px 0;
	background:transparent url(../images/bg_thumbnail.png) no-repeat center top;
}
* html #thumbsBox {background:#171310 none;}
#thumbsBox .inner {width:980px;margin:0 auto;}
/*#thumbsBox a.prev, #thumbsBox a.next {margin:15px 0 0;padding:0;width:26px;height:26px;background:transparent url(../images/arrow-gallery.gif) no-repeat 0 0;}*/
#thumbsBox a span {display:none;}
/*#thumbsBox a.prev {float:left;background-position:0 0;margin-right:20px;}*/
/*#thumbsBox a.next {float:left;background-position:left -26px;margin-left:14px;}*/
#thumbsBox a.prev { float:left; padding:20px 5px 0 0; }
#thumbsBox a.next { float:left; padding:20px 0 0 5px; }

#imgThumbsCover {
	float:left;
	margin:0;
	padding:0;
	width:840px;
	height:56px;
	overflow:hidden;
	position:relative;
}
#imgThumbsCover #imgThumbs {margin:0;padding:0;position:absolute;width:2000px;}

#imgThumbsCover #imgThumbs a {
	float: left;
	overflow:hidden;
	border:0;
	margin-right:6px;
}
#imgThumbsCover #imgThumbs a img {
	float: left;
	overflow:hidden;
	border:0;
}
#imgThumbsCover #imgThumbs a:hover,#imgThumbsCover #imgThumbs a.selected {
	/*border:3px solid #3c2415;*/
}
#imgThumbsCover #imgThumbs a:hover img, #imgThumbsCover #imgThumbs a.selected img {
	/*margin:-3px;*/
}
/* Tooltip */
.tipsy { padding: 5px; font-size: 12px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }