
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 190px; /*Width of Carousel Viewer itself*/
height:180px; /*Height should enough to fit largest content's height*/
padding-top:20px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0;
width: 180px;
background:  url(../images/gallery-back.gif) repeat-x;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:15px; /*margin around each panel*/
width:184px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel img {
float: left; /*leave this value alone*/
}
.stepcarousel .content-gallary-bottom {
float: left; /*leave this value alone*/
text-align:center;
padding:3px 5px;
width:174px;
font-size:11px;
}
