/* --- sliderInterno ottimizzato per layout 990px --- */
#sliderInterno {
	height:405px;
	width:650px;
	z-index:1;
	margin:0px 0px 0px -25px;
	background:url('../../../images/grafica/gallery/loader.gif') no-repeat center center;
}
#sliderInterno a.sx {
	float:left;
	height:405px;
	width:25px;
	background:url('../../../images/grafica/sx.png') no-repeat center center;
}
#sliderInterno a.sx:hover {
	background:url('../../../images/grafica/sxHover.png') no-repeat center center;
}
#sliderInterno a.sx_disabilitato {
	float:left;
	height:405px;
	width:25px;
	cursor:auto;
}
#sliderInterno a.dx {
	float:right;
	height:405px;
	width:25px;
	background:url('../../../images/grafica/dx.png') no-repeat center center;
}
#sliderInterno a.dx:hover {
	background:url('../../../images/grafica/dxHover.png') no-repeat center center;
}
#sliderInterno a.dx_disabilitato {
	float:right;
	height:400px;
	width:25px;
	cursor:auto;
}
.scorrimentoInterno {
	height:396px;
	width:596px;
	margin:0px auto 0px auto;
	float:left;
	z-index:1;
	position:relative;
	cursor:pointer;
	border:2px solid #FFF;
	box-shadow:0px 0px 3px #90877D;
}
.scorrimentoInterno span.didascalia {
	height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 10px;
	float:left;
	position:absolute;
	bottom:10px;
	right:2px;
	background:#B31D0B;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	text-align:center;
}
#immagini {
	width:100%;
	margin:0px auto;
	padding:5px 0px;
	overflow:auto;
	text-align:center;
	float:right;
}
#immagini a img {
	border:none;
}
#immagini a.itemImg {
	height:54px;
	width:80px;
	display:inline-block;
	margin:0px 2px 2px 0px;
	padding:0px;
	border:2px solid #FFF;
}
#immagini a.itemImg:hover {
	border:2px solid #AD9C5B;
}
#immagini a.selected {
	border:2px solid #AD9C5B;
}
/* INGRANDIMENTO */

#sfondoIngrandimento {
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:10000;
	width:100%;
	height:100%;
	background-image:url('../../../images/grafica/bg90.png');
}
.loading_ingrandimento {
	width:100%;
	height:100%;
	z-index:1001;
	background:url('../../../images/grafica/gallery/loader_black.gif') no-repeat center center;
}
#ingrandimento {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-438px;
	margin-left:-488px;
	height:876px;
	width:976px;
	/*background-image:url('../../../images/grafica/bg70.png');*/
	border-radius:19px;
}
#immagine_ingrandita {
	float:left;
	height:800px;
	width:900px;
	margin-left:34px;
	margin-top:34px;
	background-repeat:no-repeat;
	background-position:center center;
}
#contenuto #imgIngrandimento {
	margin: 0;
	padding: 0;
}
#ingrandimento a.avanti {
	float:left;
	position:absolute;
	top:38px;
	right:2px;
	height:800px;
	width:34px;
	float:right;
	background:url('../../../images/grafica/gallery/avantiBig.png') no-repeat center center;
}
#ingrandimento a.avanti:hover {
	background:url('../../../images/grafica/gallery/avantiBigH.png') no-repeat center center;
}
#ingrandimento a.indietro {
	float:left;
	position:absolute;
	top:38px;
	left:2px;
	height:800px;
	width:34px;
	float:left;
	background:url('../../../images/grafica/gallery/indietroBig.png') no-repeat center center;
}
#ingrandimento a.indietro:hover {
	background:url('../../../images/grafica/gallery/indietroBigH.png') no-repeat center center;
}
#ingrandimento a.chiudi {
	float:left;
	position:absolute;
	top:2px;
	right:2px;
	height:34px;
	width:34px;
	float:left;
	background:url('../../../images/grafica/gallery/chiudi.png') no-repeat center center;
}
#ingrandimento a.chiudi:hover {
	background:url('../../../images/grafica/gallery/chiudiH.png') no-repeat center center;
}
#ingrandimento span {
	font-size:14px;
	color:#FFF;
	line-height:36px;
	width:100%;
	text-align:center;
	clear:both;
	display:block;
}
#contenuto #imgIngrandimento {
	margin:0;
	padding:0;
}