#img_gallery{ margin: auto; width:1000px; height:588px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:1000px;
	overflow:hidden;
	height:565px;
}

#fullimg img{ width:1000px; height:588px;}

#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:1000px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0px 0px;
	width: 960px;
	margin:auto;
	float:left;
	height:80px;
	background-color:#181818;
	position: relative;
	margin-top:10px;	
}

#items .thumb{
	width:95px;
	height:55px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}

#items{
	margin:12px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	width:60000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}

#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:80px;
	color: white;
	width: 16px;
	text-indent:-2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	margin-top:10px;
}

#moveleft{background: url('../images/left.gif');}
#moveright{background: url('../images/right.gif');}
#moveleft:hover{background-position:bottom; background:url(../images/left_over.gif)}
#moveright:hover{background-position:bottom; background:url(../images/right_over.gif)}