.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 960px; /*Width of Carousel Viewer itself*/
height: 376px; /*Height should enough to fit largest content's height*/
z-index:900;
}

.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-left: 0px; /*margin around each panel*/
margin-right: 0px; /*margin around each panel*/
width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel .panel_layer {
 color:#333333;
 position:absolute;
 bottom:5px;
 line-height:40px;
 font-size:15px;
 font-weight:bold;
 padding-left:30px;
 width:940px;
 height:40px;
 background-image:url(../images/bg_carousel.png);
 background-repeat:repeat-y;
}
#mygallery-paginate {
  display: inline-block;
}
#mygallery-paginate img {
  margin: 5px 0px 0px 0px;
}

#mygallery-controll span {
  float: left;
}
#mygallery-controll {
  width: 960px;
  height: 20px;
  text-align: center;
}
#mygallery-controll #mygallery-controll-center {
  padding: 340px 0px 0px 426px;
}
#mygallery-controll #mygallery-controll-center img {
  padding: 0px 2px 0px 2px;
}