
/* ------- SCROLLABLE  ------- */

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	position:relative;
	overflow:hidden;
	min-height:443px;
	width:815px;
	margin-left:82px;
	float:left;
}

div.scrollable div.items {	
	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:10px;
}




/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:72px;
	height:72px;
	position:absolute;
	left:-5px;
	top:190px;
	cursor:pointer;
	font-size:1px;
	background-image:url(../immagini/left.png);
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -72px;		
}


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	position:absolute;
	left:890px;
	top:190px;
	background-image:url(../immagini/right.png);
	clear:right;	

}

a.prev, a.prevPage {
	
	margin-left:20px;
}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

#thumbs div {
	float:left;
}
/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	
	width:162px;
	height:51px;
	background:url(../immagini/navi.png) no-repeat;
	position:absolute;
	top:415px;
	left:400px;
	text-align:center;
	padding-top:14px;
	padding-left:32px;
	z-index:0;
}


/* items inside navigator */
div.navi a {
	width:17px;
	height:17px;
	float:left;
	margin:3px;
	background:url(../immagini/ball.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -17px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -34px;     
} 	

.thumb_div {width:815px; min-height:443px}

