@charset "iso-8859-1";
/* CSS Document */

#img_gallery{ margin:0 auto; width:618px;position:relative;float:left;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:618px;
	overflow:hidden;
	min-height:400px;
	top:100px;
	margin-top:0px;
}
#fullimg img{}
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:606px;
	padding:10px 6px 66px 6px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0;
	width: 77px;
	float:left;
	height:500px;
/*	background-color:#181818;*/
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
/*	float:left;*/
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	margin-left:4px;
	border:#000 solid 0px;
}

#items .thumb:hover {border:#FFF solid 0px;}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	display:none;
}
#moveleft{background: url('img/left.gif');}
#moveright{background: url('img/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }


.contentarea {position:relative;border:#F00 solid 0px;overflow:hidden;width:618px;padding:0;background:#FFF;padding-left:2px;}
.thumbHolder {width:75px;border:#F00 solid 0px;padding:0;position:absolute;right:-87px;top:10px;}

.maincontent {padding-right:0;width:814px;}
.desc {
	width:360px;float:left;margin-right:30px;padding-left:20px;
}

.maincontent h1 {
	margin:0;padding:15px 15px 15px 100px; border:none;border-bottom:#e0e0e0 solid 2px;color:#333;
}

.iconHolder {
	text-align:center;width:98px;float:left;padding-top:10px;
}

.desc h3 {font-weight:bold;border-bottom:#CCC dotted 1px;padding-bottom:4px;margin-bottom:4px;}

.desc p {color:#666;}

.details h3 {font-weight:bold;border-bottom:#CCC dotted 1px;padding-bottom:4px;margin-bottom:4px;}

.details {float:left; width:180px;}

.details span {margin-bottom:14px;display:block;color:#666;}


.contentarea,.maincontent {background:none;padding:0;}
.maincontent{width:816px;}
.contentarea{border-top:#e0e0e0 solid 2px;width:706px;padding-left:110px}
							
.fullImgHolder {display:block;width:618px;border-left:#e0e0e0 solid 2px;border-right:#e0e0e0 solid 2px;}
#fullimg img {width:618px;display:block;}

.safari .topnav {
	margin-top:1px;
}

.chrome .topnav {
	margin-top:14px;
}


