.stepcarousel{
position: relative; 
border: 2px solid #cccccc;
overflow: scroll; 
width: 120px; 
height: 75px; 
}

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

.stepcarousel .panel{
float: left;
overflow: hidden; 
margin: 5px; 
width: 80px; 
}

.stepcarousel .img{
border: #555555 solid 1px;
}