.stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 408px; /*Width of Carousel Viewer itself*/
height: 94px; /*Height should enough to fit largest content's height*/
left:0px;
}

.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:2px; /*margin around each panel*/
width: 138px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}

.stepcarousel .panel a:hover{
border-top:2px solid red;
border-bottom:2px solid red;
}

#balGallery{
background-color:#c9a2c8;
border-top: 4px solid #791777;
border-bottom: 4px solid #791777;
width: 462px;
}

#adlersGallery{
background-color:#C1CED5;
border-top: 4px solid #315d75;
border-bottom: 4px solid #315d75;
width: 462px;
}

#kingsGallery{
background-color:#b9ba95;
border-top: 4px solid #7c7e37;
border-bottom: 4px solid #7c7e37;
width: 462px;
}

#wellGallery{
background-color:#e2ab94;
border-top: 4px solid #c55527;
border-bottom: 4px solid #c55527;
width: 462px;
position:relative;
}

#westGallery{
background-color:#e8d773;
border-top: 4px solid #d5b700;
border-bottom: 4px solid #d5b700;
width: 462px;
position:relative;
}


#leafMot{
position:relative;
top:-100px;
}

#slideright{
position:relative;
top:-60px;
}

#slideleft{
position:relative;
top:37px;
}

#mygallery{margin-left:20px;}

#contentOuter{position:relative; top:-19px; width:462px;}
