

#gallery {
	position:relative; 
	border:1px solid red;
	width:649px; 
	margin:0px auto; 
	padding:0px; 
	border:0px; 
	/*background:inherit;*/
}
#images {
	height:225px; background:#eef5f6; margin-bottom:5px;
}
#image {
	position:relative; width:649px; height:370px; padding:0px; 
	background:#FFF url(../../immagini/loading.gif) center no-repeat;
}
#image img {
	position:absolute; top:0px; left:0px
}
#thumbwrapper {
	position:relative; 
	
	margin-top:0px; 
	padding:5px 0px; 
	width:125px; 
	height:290px; 
	/*background:inherit;*/
}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	width:125px; 
	height:290px; 
}
#thumbs {
	position:absolute; 
	list-style:none; 
	margin-left:-5px; 
	width:10000px; 
	height:100px;
	/*border-right:5px solid #FFF;*/
}
#thumbs li {
	float:none; 
	margin-right:5px; 
	cursor:pointer
}
.imgnav {
	position:absolute; 
	width:20%; 
	height:375px; 
	z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer;
}
#previmg {
	left:0; background:url(../../immagini/left.gif) left center no-repeat; border-left:0px solid #CCD1A4;
}
#previmg:hover {
	opacity:1; filter:alpha(opacity=100)
}
#nextimg {
	right:0; background:url(../../immagini/right.gif) right center no-repeat; border-right:0px solid #CCD1A4;
}
#nextimg:hover {
	opacity:1; filter:alpha(opacity=100)
}