


#img_gallery{ margin:5px auto; background-color:#fff; width:900px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:540px;
	overflow:hidden;
	height:400px;
	margin-left:200px;
}
#fullimg img{ width:540px; }
#fullimg p, #fullimg span{
	position:absolute;
	background: #262626;
	opacity:.5;
	filter: alpha(opacity=50);
	color:white;
	margin:0px;
	width:530px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 900px;
	float:left;
	height:50px;
	background-color:#181818;
	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:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	margin-top:160px;
	text-align:center;
	margin-left:290px;
	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_small{background: url('images/left_small.gif');}
#moveright_small{background: url('images/right_small.gif');}
#moveleft_small:hover, #moveright_small:hover{ background-position:bottom; }
#moveleft{background: url('images/left.gif'); width:35px; height:450px; background-repeat:no-repeat; float:left; margin-top:15px;}
#moveright{background: url('images/right.gif'); width:35px; height:450px; background-repeat:no-repeat; float:right; margin-top:15px;}
