/* --- sliderInterno ottimizzato per layout 990px --- */
#sliderInterno {
	height:400px;
	width:644px;
	z-index:1;
	margin:0px auto;
	background:url(../../../images/grafica/loader.gif) no-repeat center center;
}
#sliderInterno a.sx {
	float:left;
	height:400px;
	width:20px;
	background:url(../../../images/grafica/sxG.png) no-repeat center center;
}
#sliderInterno a.sx:hover {
	background:url(../../../images/grafica/sxGHover.png) no-repeat center center;
}
#sliderInterno a.sx_disabilitato {
	float:left;
	height:400px;
	width:20px;
	background:url(../../../images/grafica/sxGDisable.png) no-repeat center center;
	cursor:auto;
}
#sliderInterno a.dx {
	float:right;
	height:400px;
	width:20px;
	background:url(../../../images/grafica/dxG.png) no-repeat center center;
}
#sliderInterno a.dx:hover {
	background:url(../../../images/grafica/dxGHover.png) no-repeat center center;
}
#sliderInterno a.dx_disabilitato {
	float:right;
	height:400px;
	width:20px;
	background:url(../../../images/grafica/dxGDisable.png) no-repeat center center;
	cursor:auto;
}
.scorrimentoInterno {
	height:400px;
	width:600px;
	margin:0px 0px 0px 2px;
	background: url(../images/scheda/big.jpg) no-repeat center center;
	float:left;
	z-index:1;
	position:relative;
}
.scorrimentoInterno span.didascalia {
	height:20px;
	margin:0px 0px 0px 0px;
	float:left;
	position:absolute;
	bottom:10px;
	right:2px;
	background:#333;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	text-align:center;
}
#immagini {
	width:644px;
	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 #CCC;
}
#immagini a.itemImg:hover {
	border:2px solid #333;
}
#immagini a.selected {
	border:2px solid #333;
}
/* 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/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/gallery/avantiBig.png') no-repeat center center;
}
#ingrandimento a.avanti:hover {
	background:url('../../../images/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/gallery/indietroBig.png') no-repeat center center;
}
#ingrandimento a.indietro:hover {
	background:url('../../../images/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/gallery/chiudi.png') no-repeat center center;
}
#ingrandimento a.chiudi:hover {
	background:url('../../../images/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;
}