div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 202px; 
	height: 140px;
	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:140px;
		overflow:hidden;
		float:left;
		padding:1px;
				
		}

.section strong {
color:#DC2F81;
}
	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:none !important;
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;
padding-left:0;
}

div.scroller div.data {
color:#333333;
float:none !important;
font-size:10px;
font-weight:normal;
margin-bottom:0;
margin-left:0 !important;
text-transform:lowercase;
}

div.scroller div a {
display:block;
margin:0 0 0 15px !important;
}

.news .testo_destra{
float:right;
margin-right:5px;
}

.news .testo_destra img{
float:left;
margin:5px 0 0 10px;
}

