.stepcarousel{
  position:relative; /*leave this value alone*/
  overflow:scroll; /*leave this value alone*/
  width:310px; /*Width of Carousel Viewer itself*/
  height:173px; /*Height should enough to fit largest content's height*/
  padding:0;
  margin:10px auto;
  border-top:1px dotted #666666;
  clear:both;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
margin-top:5px;
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: 4px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel img{
   float: left;
   margin: 0px;
   padding:2px;
   border:0px;
}

.belt ul{
  margin:0;
  padding:0;
}
.belt li.panel{
  float:left !important;
  width:100px;
  list-style:none;
  margin-left:4px;
  margin-right:4px;
  text-align:center;
  display:inline-block;
  color:#093d72;
  height:173px;
  position:relative!important;

}