.stepcarousel {
position: relative;
border: 1px solid #bbbbbb;
background-color: #eeeeee;
overflow: scroll;
height: 200px;
}

.stepcarousel .belt {
position: absolute; /*leave this value alone*/
overflow: visible !important;
left: 0;
top: 0;
}

.stepcarousel .panel {
float: left;
overflow: hidden;
text-align: center;
margin: 15px;
width: 250px;
}