#img_gallery{ margin:5px auto; width:700px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:798px;
	overflow:hidden;
	height:500px;
}
#fullimg img{ width:798px; height:500px;}
#fullimg p, #fullimg span{
	position:relative;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:798px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 700px;
	float:left;
	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:179px;
	height:109px;
	cursor:pointer;
	margin:0px;
	padding:2px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 88px;
	height: 30px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	color: white;
	width: 20px;
	text-indent: -2000em;
	text-decoration: none;
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url(../left.jpg);}
#moveright{background: url(../right.jpg);}
#moveleft:hover, #moveright:hover{ opacity:1; filter:alpha(opacity=100); }
