.stepcarousel {
position: relative; /*leave this value alone*/
top:0px;
left:4px;
z-index:0;
overflow: scroll; /*leave this value alone*/
height:245px; /*Height should enough to fit largest content's height*/
margin:0px;
width:145px;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0px;
z-index:0;
}
.stepcarousel .belt .panel {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
padding: 0px; /*margin around each panel*/
width: 145px; /*Width of each panel holding each content. If removed,
widths should be individually defined on each content DIV then. */
text-align: center;
}