.stepcarousel{
position: relative;
border: 4px solid #CCCCCC;
overflow: scroll;
width: 480px;
height: 330px;
}

.stepcarousel .belt{
position: absolute;
left: 0;
top: 0;
}

.stepcarousel .panel{
float: center;
padding-left: 10px;
overflow: hidden;
margin: 4px;
width: 460px;
}
