.scrollable {
	position:relative;	overflow:hidden;	width: 700px;	height:200px; border:1px solid #ccc;}

.scrollable .items {
	width:2000em;	position:absolute;	clear:both;}
 
.scrollable a {
	float:left;	margin:20px 5px 20px 16px;
	background-color:#fff;	padding:2px;	border:1px solid #ccc;	cursor:pointer;	}
	
.scrollable a img {width:110px;	height:160px; }
#orizzontale a{margin-left:10px;}
#orizzontale a img {width:210px;	height:160px; }
.scrollable .active {
	border:2px solid #000;	z-index:9999; position:relative;}
/*pulsanti*/
.scrollable {
	float:left;}
a.browse {
	background:url(../js/img_tools/hori_large.png) no-repeat;
	display:block;	width:30px;	height:30px;	float:left;	margin:40px 10px;	cursor:pointer;	font-size:1px;}
 
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
 
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.disabled 		{ visibility:hidden !important;} 
