.stepcarouselCont {
	width: 444px; 
    height: 118px;
    background:url("../img/boxNotizieHome_bkg.jpg") left top no-repeat;	
}

.stepcarouselCont .archivio {
	text-align:right;
	font-size:11px;
	font-weight:bold;
	margin-right:20px;
}

.stepcarouselCont .archivio a {
	text-decoration:none;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 360px; /*Width of Carousel Viewer itself*/
	padding-top:10px;
	margin:0px 10px 5px 40px;  
	height: 70px;  	
}

.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin:0px; /*margin around each panel*/
    width: 360px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	color:#fff;
	font-family:arial;
	font-size:11px;
	padding-top:10px;
}

.stepcarousel .belt .data{
	margin-bottom:5px;
}

.stepcarousel .belt .titolo{
	margin-top:5px;
	margin-bottom:3px;
	font-weight: bold;
}

.stepcarousel .belt .titolo a {
	text-decoration:none;
}

.stepcarousel .belt .testo{
 	margin:0px;
	padding: 0px;
	line-height:18px;
}