.stepcarousel{
position: relative;
border: 5px solid #DBD2BC;
overflow: scroll;
width: 427px;
height: 210px;
}

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left;
overflow: hidden;
margin: 10px;
width: 250px;
}
