div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 280px; 
	height: auto;
	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)	*/		
		float:left;
height:auto;
overflow:hidden;
width:280px;
				
		}
	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 {
background-image:none;
color:#C85B1A;
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;
}
.glider_naviga_dx{
text-align:right;
margin-bottom:10px;
}
.glider_naviga_dx a {
background:none;
padding-right:5px;
}
.glider_naviga_sx{
text-align:right;
}



