#img_gallery{
	margin:0px auto;
	width:921px;
	align:center;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:612px;
	overflow:hidden;
	height:255px;
}
#fullimg img{ width:612px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	margin:0px;
	width:500px;
	padding:0px;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 885px !important ;
	float:left;
	height:106px;
	background-color:#252525;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px !important ;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px !important ;
}
#items .thumb{
	width:133px !important ;
	height:100px;
	cursor:pointer;
	margin:0px;
	padding: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 !important ;
	height:106px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background:  url(../_images/left.gif);}
#moveright{background:  url(../_images/right.gif);}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: -5px;
	margin-bottom: -5px;


}
