.webtile {text-align: center; margin: 0; padding: 0;}
hr {color: #fff; background-color: #fff; border: 1px dotted #c7c8ca; border-style: none none dotted; }
.content-text {font-size:1.00em;color:#000000;}
.introbright {}
.strongtext {}
.strongtextbox {font-size:12px;}
.subheader {font-size:16px;}
div.borderbox,table.borderbox,table.borderbox td.borderbox { border: 1px solid #c7c8ca; border-collapse: collapse; }
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 140px;
height: 230px; /*Height should enough to fit largest content&#39;s height*/
padding-right: 3px;
}

.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*/
padding-left:5px;
padding-right:5px;
width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

