/* CSS Document */
#carousel{
width:510px; margin:0 auto;
padding-top:6px;
position:relative;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border:0px;
margin:0 auto;
overflow: scroll; /*leave this value alone*/
width: 510px; /*Width of Carousel Viewer itself*/
height: 112px; /*Height should enough to fit largest content's height*/
}

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

.panel_inside{
overflow: hidden;
width: 140px;
height:112px;
padding:0px 15px;
color:#080808; font-family:Geneva, Arial, Helvetica, sans-serif; font-style:italic; font-weight:normal; font-size:12px; text-align:left;
}

.stepcarousel .panel img { padding-bottom:5px;}
