.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 260px; /*Width of Carousel Viewer itself*/
height: 130px; /*Height should enough to fit largest content's height*/
margin:0 auto;
color:#fff;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
overflow: hidden !important; /*clip content that go outside dimensions of holding panel DIV*/
padding: 0 10px; /*margin around each panel*/
width: 240px;/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.highlights .sbody{padding-top:9px;}
.highlights dt{margin:2px; font:12px Verdana; font-weight:700; color:#fff !important; height: 32px; overflow:hidden}
.highlights .hdescription{padding-top:10px; height:79px;overflow:hidden !important;font :11px verdana; color: #d1ecf4; line-height:14px; width: 200px; margin:0 auto;}
.highlights .hdescription *{font:11px verdana;}
.highlights .more{width:40px;}
.highlights .more span{padding:0; padding-left:6px;}

