.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width:900px; 
height:199px; 
margin:0 auto;
background:#1d1d1d;
border:solid 14px #000000 
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 15px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width:215px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin-right:10px;
}
