#gallery {
	position:relative;
	width:820px;
	padding:10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#image {
	position:relative;
	width:550px;
	height:368px;
	padding: 5px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#testoImmagineGalleria {
	float: right;
	width: 200px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
}

#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:0px;
	background-image: url(../../images/sfondoNovOff.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 0px;
}
#slidePro1 {
	background-image: url(../../images/riquadroAS.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#slidePro2 {
	background-image: url(../../images/riquadroBD.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#slidePro3 {
	background-image: url(../../images/riquadroSD.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#slidePro4 {
	background-image: url(../../images/riquadroBS.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#slidePro5 {
	background-image: url(../../images/riquadroAS.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 580px;
	margin: 0px;
	padding: 0px;
}
#slidePro6 {
	background-image: url(../../images/riquadroBD.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 580px;
}
#slidePro7 {
	background-image: url(../../images/riquadroSD.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 580px;
}
#slidePro8 {
	background-image: url(../../images/riquadroBS.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 580px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:67px;
	width:854px;
	margin: 0px;
	padding: 0px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:67px;
	width:10000px;
	border-right:5px solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	width:20%;
	z-index:100;
	width:44px;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: 338px;
	height: 32px;
}
#previmg {
	left:0;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#previmg:hover {
	left:0;
	background-image: url(images/leftG.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nextimg {
	right:0px;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#nextimg:hover {
	right:0;
	background-image: url(images/rightG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#testoImmagineGalleria p {
	margin: 0px;
}

