.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 500px; /*Width of Carousel Viewer itself*/
}

.stepcarousel .belt{
position: relative;
left: 0;
}

.stepcarousel .panel{
width: 135px;
display: table-cell;
vertical-align: middle;
}

.stepcarousel .panel td {
vertical-align: middle;
}