.stepcarousel{
position: relative; /*leave this value alone*/
border:#968a5c 20px solid ;
overflow: scroll; /*leave this value alone*/
width: 610px; /*Width of Carousel Viewer itself*/
height: 400px; /*Height should enough to fit largest content's height*/
background:#f3f0dc;
}



.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:0 0 0 0; /*margin around each panel*/
width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel img { border:none; padding:10px}
.stepcarousel .panel p { border:none; padding:10px; padding-top:0; background:#f7f5e8; color:#817546;}
.stepcarousel .panel p em { font-size:11px; line-height:normal}

#onepic { width:310px; overflow:auto }
