#img_gallery{
	width:850px;
	margin-right: auto;
	margin-left: auto;
	height: 430px;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:850px;
	overflow:hidden;
}
#fullimg img{
	width:850px;
	height: 430px;
}
#fullimg p, #fullimg span{
	position:absolute;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	padding:0px;
	width: 300px;
	height:55px;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;			
	margin-right: auto;
	margin-left: auto;
	margin-top: -150px;
	float: left;
}

#items{
	margin:0px;
	padding:0px;
	list-style:none;
}
#items li{
	list-style:none;
	display: inline;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin-top: 4px;
	margin-left: 3px;
	margin-bottom: 4px;
	margin-right: 3px;
	list-style-image: none;
	list-style-type: none;
	filter:alpha(opacity=100);
	opacity: 1;

	-moz-opacity:1;
}

#items .thumb:hover{
	filter:alpha(opacity=50);
	opacity: 0.50;

-moz-opacity:0.50;
	border: 2px solid #FFFFFF;
}




#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);}
#moveright{background: url(../images/right.gif);}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
