.stepcarousel{
position: relative;
overflow: hidden;
width: 290px;
height: 200px;
}
.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left;
overflow: hidden;
top: 10px;
margin-left: 25px;
margin-right: 25px;
width: 240px;
height: 200px;
display: inline;
}