#waterwheel-carousel-horizon {
  display:block;
  width:960px;
  height:640px;
  /*font-family: Arial;*/
  /*font-size:14px;*/
  margin:0 auto;
  position:relative;
  clear:both;
  overflow:hidden;
}

/*#waterwheel-carousel-horizon a {*/
  /*color:#222;*/
/*}*/
#waterwheel-carousel-horizon .carousel-images img {
  border:0;
  margin:1px;
  visibility:hidden;
  cursor:pointer;
  top:0;
  height:660px;
  width:202px;
  z-index:9;
}
#waterwheel-carousel-horizon .carousel-controls {
  position:absolute;
  bottom:10px;
  text-align:center;
  left:50%;
  margin:-10px 0 0 -258px;
  width:526px;
  z-index:10;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-prev {
  float:left;
  margin:14px 0 0;
  /*position:absolute;*/
  /*bottom:20px;*/
  /*left:30px;*/
}
#waterwheel-carousel-horizon .carousel-controls .carousel-button {
  float:left;
  /*position:absolute;*/
  /*bottom:20px;*/
  /*margin:auto;*/
}
#waterwheel-carousel-horizon .carousel-controls .carousel-button a {
  width:300px;
  margin:0 48px;
  /*position:absolute;*/
  /*bottom:20px;*/
  /*margin:auto;*/
}
#waterwheel-carousel-horizon .carousel-controls .carousel-next {
  float:right;
  margin:14px 0 0;
  /*position:absolute;*/
  /*bottom:20px;*/
  /*right:30px;*/
}

