.stepcarousel{    position: relative; /*leave this value alone*/    overflow: scroll; /*leave this value alone*/    width: 557px;    height: 162px; /*Height should enough to fit largest content's height*/    float:left;    z-index: 0;}.stepcarouselG{    position: relative; /*leave this value alone*/    overflow: scroll; /*leave this value alone*/    width: 480px;    height: 217px; /*Height should enough to fit largest content's height*/    float:left;    z-index: 0;    margin: 0px 10px 0px 10px;}.stepcarousel .belt, .stepcarouselG .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 3px 0px 0px; /*margin around each panel*/    width: 557px;    height: 162px;}.stepcarousel .panel img{    margin-right: 10px;    margin-bottom: 5px;}.stepcarouselG .panel{    float: left; /*leave this value alone*/    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/    margin: 3px 3px 3px 0px; /*margin around each panel*/    width: 240px;    height: 207px;}.btcar{    width: 37px;    height: 41px;    float:left;    margin-top: 83px;}