div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 202px; 
	height: 230px;
	overflow: hidden;
	border:none;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:200px;
		height:230px;
		overflow:hidden;
		float:left;
		padding:1px;
				
		}
	div.scroller div.content {
		width: 10000px;
		}

/*personalizzazioni*/

div.scroller img {
display:block;
margin:0 0 10px 0;
}

div.scroller .thumb {
border:1px solid #B2B2B2;
display:block;
padding:4px;
}

div.scroller a {
font-weight:bold;
}


div.scroller div.data_calendario{
color:gray !important;
font-size:11px !important;
font-weight:normal !important;
clear:both;
text-decoration:none !important;
}



