@charset "utf-8";
/* CSS Document */


.stepcarousel{
position: relative; 
overflow: scroll; 
width:950px;
margin:0 auto;
height:250px;
}

.stepcarousel .belt{
position: absolute;
text-align:center;
margin:0 auto;
padding:15px 0;
left: 0;
top: 0;
}

.stepcarousel .panel{
	overflow: hidden; 
	margin: 0 auto;
	padding:0 20px 0 0;
}

.testo{
	width:450px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#222;
	padding:7px 0;
	font-family:Arial, Helvetica, sans-serif;
}