/* slider specific */
#fin0,#fin1,#fin2,#fin3,#fin4,#fin5,#fin6,#fin7,#fin8,#fin9{}
/* slider generic -------------------- */
#galleries{
	height:161px;
	overflow:hidden;
}
.finestra{
	position:relative; 
	overflow:hidden; 
	width:904px; 
	height:131px; 
	float:left;
	margin-bottom:10px;
}
.scroller{
	position:absolute; 
	top:0px; 
	left:0px; 
}
.button1,.button2{	
	background-repeat: no-repeat;
	background-position:center;
	width:30px;
	height:131px;
	cursor:pointer;
	float:left; 
	display:inline;
}
.button1{background-image: url("../img/arrowLeft.jpg");}
.button2{background-image: url("../img/arrowRight.jpg");}

.inactive{
	visibility:hidden;
	background:none;
	cursor:auto;
}
.container{
	width:964px;
	height:131px;
	margin: 0px 0px 0px 0px; 
	visibility:hidden;
}
.img{ 
	width:111px;
	height: 131px;
	background-color:#ffffff;
	float:left; 
	display:inline;
	position: relative;
	margin:0px 2px 0px 0px;
	/*background-image: url(../img/polaroid.gif);*/
	background-position: left;
	background-repeat: no-repeat;
}
.img .polaroid{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	border:0px;
	width:111px;
	height: 131px;
	z-index: 10;
}
.img a{border:0px;}
.img a img{border:0px;}
.img .imgReal{
	position:absolute;
	top:10px;
	left:5px;
	border:0px;
	z-index: 9;
}