.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 96%; /*Width of Carousel Viewer itself*/
height: 210px; /*Height should enough to fit largest content's height*/
}

.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:5px; /*margin around each panel*/
 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:200px;
color:#000;
width:180px;
}
.stepcarousel .panel .helper {display: inline-block; height: 100%; vertical-align: middle;}
.stepcarousel .panel .img{ height:140px; overflow:hidden; margin:5px 0;}
.stepcarousel .panel .img img{ width:100%; max-height:140px; vertical-align: middle;}
.stepcarousel .panel .tt { height:32px; overflow:hidden;}
.stepcarousel .panel .tt a{ color:#5d5f5c; font-weight:normal;}