
.stepcarousel{
position: relative; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
background-color:#fff; 
margin-bottom:0px;
margin-top:7px;
overflow: hidden;
border-width:0px;
height: 58px; 
}

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

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 4px 6px 4px 0px; /*margin around each panel*/
width: 52px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}
