
#img_gallery{ margin:0px auto; width:950px; background: #000000; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:950px;
	overflow:hidden;
	height:575px;
	background: #000000;
}
#fullimg img{ width:960px; height: 575px; background: #000000;}
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 0px;
	width: 889px;
	float:left;
	height:50px;
	position: relative;
	margin-top: -59px;
	margin-left: 32px;
}

#underlay{
	height: 55px; 
	padding:2px 0;  
	width:950px; 
	position: 
	relative; 
	background:#000000; 
	filter:alpha(opacity=50); 
	opacity: .5;
	margin-top: -59px;
}
#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	letter-spacing:0em;
	margin-left: 3px;
	height: 55px;
	min-height: 55px;
	max-height: 55px;
}
#items li{
	float:left;
	list-style:none;
	margin-right:15px;
}
#items .thumb{
	width:75px;
	height:50px;
	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;
	height:58px;
	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'); position: relative; margin-top:-58px;}
#moveright{background: url('images/right.gif'); position: relative; margin-left: 934px; margin-top:-58px;}
#moveleft:hover, #moveright:hover{ background-position:bottom; position: relative;}
