body {
  font-family:Arial;
  font-size:12px;
}
div.example-desc {
  margin:3px 0;
  padding:5px;
  background-color:#EFEFEF;
}

/********************
Default Example
*********************/


#waterwheel-carousel-default {
  width:900px;
  height:320px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
}
#waterwheel-carousel-default a {
  color:#222;
}

#waterwheel-carousel-default .carousel-images img {
  visibility:hidden;
  cursor:hand;
  border:1px dotted #000215;  
}
#waterwheel-carousel-default .carousel-controls .carousel-prev {
  position:absolute;
  bottom:30px;
  left:90px;
  cursor:hand;
}
#waterwheel-carousel-default .carousel-controls .carousel-next {
  position:absolute;
  bottom:30px;
  right:40px;
  cursor:hand;
}