﻿.stepcarouselt{
position: relative; /*leave this value alone*/
border-bottom: 1px solid #cccccc;border-top:1px solid #cccccc;
overflow: scroll; /*leave this value alone*/
width: 690px; /*Width of Carousel Viewer itself*/
height: 230px; /*Height should enough to fit largest content's height*/
}

.stepcarouselt .beltt{
position: relative; /*leave this value alone*/
left: 0;
top: 0;
border-bottom:solid 1px #ff6600;
}

.stepcarouselt .panelcar
{
width:172px;height:229px;border-top:solid 3px #ff6600;border-bottom:solid 3px #ff6600;float:left;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
cursor:pointer;
 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}