/* root element for scrollable */
.vertical {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */	
	height: 229px;
	width: 500px;
	background-color: #DFDFDC;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	padding:15px;
	font-size:12px;
	height:45px;
	margin-top: 5px;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 5;
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:25px;
	width:25px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:12px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:400px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 10;
	background-color: #DFDFDC;
}

#actions a {
	font-size:11px;
	cursor:pointer;
	color:#39F;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

#titolonews
{
	text-decoration: none;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
