.stepcarousel{
position: relative;
overflow: scroll; /*leave this value alone*/
width: 72.2em;
height: 160px; /*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*/
margin: 0px; /*margin around each panel*/
width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:120px;
}
.stepcarousel .panel img { width:118px; height:118px; top:1em; left:0.5em; padding:2px; border:solid 2px #C9CACD;background:#FFF;}
.stepcarousel .panel a:hover img, .stepcarousel .panel a:hover img {position:absolute; left:0px; top:0px; width:130px; height:130px; z-index:10000; border:solid 1px #C9CACD;background:#FFF;}


#galleryA{
width: 65em;
height: 160px;
margin-left:0em;
float:left;
display:inline;
margin-top:15px;
}

#galleryA .panel {
height: 150px;
width:150px;
text-align: center;
}
.btMorePhotosBack {float:left; width:30px; height:74px; margin-top: 44px; margin-left:10px; margin-right:5px; display:inline}
.btMorePhotosNext {float:left; width:30px; height:74px; margin-top: 46px; margin-left:10px;display:inline;}