.stepcarousel{
	position:relative;
	border:10px solid black;
	overflow:scroll;
	width:270px;
	height:270px;
}

.stepcarousel .belt{
	position:absolute;
	left:0;
	top:0;
}

.stepcarousel .panel{
	float:left;
	overflow:hidden;
	margin:10px;
	width:250px;
}
