/* prev, next, prevPage and nextPage buttons */
a.browsetop {
	background:url(../img/vert_large.png) no-repeat;
	width:30px;
	height:20px;
	cursor:pointer;
	margin-top:-52px;
	margin-left:70px;
}
a.browsebottom {
	background:url(../img/vert_large.png) no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
	margin-top:-45px;
	margin-right:90px;
}
/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }
/* down */
a.down 				{ 
	background-position: 0 -40px; 
	margin-top:-50px;}
a.down:hover 		{ background-position:-30px -40px; }
a.down:active 	{ background-position:-60px -40px; } 
/* root element for scrollable */
.vertical {  
	position:relative;
	overflow:hidden;	
	height: 95px;
	width: 175px;
}
/*/html.gecko .vertical { height: 103px; }
 root element for scrollable items */
.scrollable2{
	background-color:#FFF;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	z-index:20;
	margin-left:1px;
	list-style:none;
}
.azioni{ 
	position:relative;
	height:23px; 
	width:200px;
}
/*LINK SITI*/
.link_siti_div{
	margin-top:10px;
}

.items {
	position:relative;
}

.link_siti_int {
	border-bottom:1px solid #CCC;
	padding:5px;
}

.link_siti_span {
	background-image:url(../img/link_point.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	padding-right:3px;
	font-size:10px;

}

.link_siti_int a:hover {
	color:#EB6E1C;
	text-decoration:underline;

}