@charset "utf-8";
/* CSS Document */
.stepcarousel { position: relative; /*leave this value alone*/ overflow: scroll; /*leave this value alone*/ width: 855px; /*Width of Carousel Viewer itself*/ height: 317px; /*Height should enough to fit largest content's height*/ margin:170px auto 0; }
.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*/ margin: 0px; /*margin around each panel*/ width:284px; height:317px; }
.stepcarousel .cont { float: left; /*leave this value alone*/ overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/ margin: 0px; /*margin around each panel*/ width:284px; height:317px; background:url(../../img/index_box_bg.png) no-repeat left; }

.stepcarousel_int { position: relative; /*leave this value alone*/ overflow: scroll; /*leave this value alone*/ width: 370px; /*Width of Carousel Viewer itself*/ height: 75px; /*Height should enough to fit largest content's height*/ margin:0 0 0 65px; }
.stepcarousel_int .belt { position: absolute; /*leave this value alone*/ left:0; top: -5px; }
.stepcarousel_int .panel { float: left; /*leave this value alone*/ overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/ margin:2px 14px; /*margin around each panel*/ width:105px; height:75px; font-weight:bold; font-size:11px; }
.stepcarousel_int .panel .img { height:65px; width:105px; background:#633;  }
