.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid #666666;
overflow: scroll; /*leave this value alone*/
width: 300px; /*Width of Carousel Viewer itself*/
height: 260px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 20px;
top: 0;
width: 300px; /*Width of Carousel Viewer itself*/
height: 260px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .panel{
border: 0px solid #666666;
left: 20px;
top: 0;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}

