
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 655px; /*Width of Carousel Viewer itself*/
height: 142px; /*Height should enough to fit largest content's height*/
margin: 0px;
float: left;
display: inline;

}

.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: 0px 2px; /*margin around each panel*/
}
.stepcarousel p{font-size: 12px;line-height: 18px; text-align: center;}

.panel-inner
{
  width: 142px;
  height: 142px;
  float:left;
}
.stepcarousel .panel img
{
 border: solid 1px #858585;
}

