/********************
Horizon
*********************/
#waterwheel-carousel-horizon {
  width:1000px;
  height:500px;
  position:relative;
  clear:both;
  overflow:hidden;
  margin: 0 auto;
}
#waterwheel-carousel-horizon a {
  color:#222;
}
#waterwheel-carousel-horizon .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-prev {
  position:absolute;
  top:450px;
  left:330px;
  background-image:url('../images/arr-left.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 41px;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-next {
  position:absolute;
  top:450px;
  right:330px;
  background-image:url('../images/arr-right.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 41px;
}
.carousel-prev a{
  display: block;
  width: 60px;
  height: 41px;
}
.carousel-prev a:hover{
  background-image: url('../images/arr-hover.png');
  background-repeat: no-repeat;
  background-position: left;
}
.carousel-next a{
  display: block;
  width: 60px;
  height: 41px;
}
.carousel-next a:hover{
  background-image: url('../images/arr-hover.png');
  background-repeat: no-repeat;
  background-position: right;
}
