#img_gallery{
	margin:0px;
	width:600px;
	background-color: #999999;
	z-index: 100;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:600px;
	overflow:hidden;
	height:370px;
}
#fullimg img{ height:370px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:600px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width: 600px;
	float:left;
	height:80px;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:10000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
}
#items .thumb{
	
	height:80px;
	cursor:pointer;
	margin:0px 5px 0px 0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:80px;
	color: white;
	width: 20px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	position: absolute;
}
#moveleft{
	background-image: url(../images/left.gif);
	left: -20px;
}
#moveright{
	background-image: url(../images/right.gif);
	right: -20px;
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

