.stepcarousel{
	position:relative;
	border:0px solid  #FFF;
	overflow:scroll;
	width:250px;
	height:200px;
}

.stepcarousel .belt{
	position:absolute;
	left:0;
	top:0;
}

.stepcarousel .panel{
	float:left;
	overflow:hidden;
	margin:7px;
	width:238px;
}

