/********************
Vertical
*********************/
#waterwheel-carousel-vertical {
  width:130px;
  background-color:#FFF;
  height:250px;
  font-family: Arial;
  font-size:12px;
  position:relative;
  clear:both;
  #margin-top:-290px;
}
#waterwheel-carousel-vertical a {
  color:#003D79;
}
#waterwheel-carousel-vertical .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-vertical .carousel-controls .carousel-prev {
  position:absolute;
  top:5px;
  right:5px;
}
#waterwheel-carousel-vertical .carousel-controls .carousel-next {
  position:absolute;
  bottom:5px;
  right:5px;
}