#img_gallery{ margin-top:10px; width:770px; margin-left:25px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:10px;
	min-height: 250px;
	_height:250px;}

#fullimg img{ width:300px; }

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width: 717px;
	float:left;
	height:100px;
	padding:0;
	margin-left:5px;
}

#items{
	list-style:none;
	width:50000px;
	margin-top:0px;
	margin-left:-51px;}

#img_gallery a.no_item {
	margin-left:9px;
	margin-right:11px;} 

#items li.item_foto {
	float:left;
	list-style:none;
	margin-right:-16px;}

#items .thumb{
	width:116px;
	height:87px;
	cursor:pointer;}


#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}


#moveleft, #moveright{
	margin:0px;
	margin-top:24px;
	height:51px;
	color: white;
	width: 21px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../images/left.gif');margin-right:0px;}
#moveright{background: url('../images/right.gif');margin-left:5px;}
#moveleft:hover, #moveright:hover{ background-position:bottom; }