.stepcarousel{
position: relative;
overflow: scroll; /*leave this value alone*/
height: 120px; /*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: 90px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:90px;
}
.stepcarousel .panel img { width:90px; height:90px; padding:2px; border:solid 2px #CCCCCC; background:#FFF;}
.stepcarousel .panel a:hover img, .stepcarousel .panel a:hover img {width:90px; height:90px; border:solid 2px #DE1D22; background:#FFF;}


#galleryA{
width: 858px;
height: 120px;
float:left;
display:inline;
margin-top:10px;
}

#galleryA .panel {
height: 100px;
width:120px;
text-align: center;
}
.btMorePhotosBack {float:left; width:30px; height:74px; margin-top: 35px; margin-left:10px; display:inline;margin-right:5px;}
.btMorePhotosNext {float:left; width:30px; height:74px; margin-top: 35px; margin-left:10px;display:inline;}
