.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid #f0f0f0;
overflow: scroll; /*leave this value alone*/
width: 620px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
margin: 10px;
display: block; 
background: #696c78;
}

.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*/
background-color: #fff;
height: 140px;
text-align: center;
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel a.border_image {margin: 1px; display: block; width: 200px; height: 200px; background-color: #f0f0f0; padding: 0px; border: none; background-position: 50% 50%; background-repeat: no-repeat;}
.panel a.border_image img {border: none;}