.stepcarousel2{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 304px; /*Width of Carousel Viewer itself*/
height: 164px; /*Height should enough to fit largest content's height*/
z-index:9999;




}
.stepcarousel2 .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0px;
padding-top:0px;
}



.stepcarousel3{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 225px; /*Height should enough to fit largest content's height*/
z-index:9999;



}
.stepcarousel3 .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0px;
padding-top:0px;
}


