* {margin:0; padding:0}
#gallery {
	position:relative; 
	width:612px;
}
#images {
	border:2px solid #9ac1c9; 
	height:225px; 
	background:#eef5f6; 
	margin-bottom:20px
}
#image {
	position:relative; 
	width:572px; 
	height:296px; 
}
#image img {
	position:absolute; 
}
#thumbwrapper {
	margin-top:10px; 
	padding:5px 0; 
	width:682px; 
	height:70px; 
}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:70px; 
	width:612px; 
}

#thumbarea ul li{
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
	background: none;
}
#thumbs {
	position:absolute; 
	list-style:none; 
	height:70px; 
	width:10000px; 
}
#thumbs li {
	float:left; 
	margin-right:6px; 
	cursor:pointer;
}
.imgnav {
	position:absolute; 
	height:296px; 
	width:20%; 
	z-index:100; 
	width:20%; 
	z-index:100; 
	outline:none; 
	cursor:pointer
}
#imagearea {
	background-color: #140b01;
}
#previmg {
	left:-26px; 
	background:url(../widgets/indietro2.png) left center no-repeat; 
}
#nextimg {
	right:-25px; 
	background:url(../widgets/avanti2.png) right center no-repeat;
}