@charset "UTF-8";
/* CSS Document */

#divCarousel {width: 818px; height: 105px; margin:auto; }

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 818px; /*Width of Carousel Viewer itself*/
height: 105px; /*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*/
height: 105px;
z-index: 1;
padding-top: 20px;
}

.imgON {position:absolute; top: 1px; left: 6px; z-index: 3;}






