﻿/********************
Flat
*********************/
#waterwheel-carousel-flat {
  width:99%; /*901px*/
  left:3px;
  background-color:#fefefe;
  border:0px solid #222;
  height:496px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  overflow:hidden;
  margin-top:30px;
}

#waterwheel-carousel-flat a {
  color:#222;
}

#waterwheel-carousel-flat .carousel-images img {
  visibility:hidden;
  cursor:pointer;
  height:420px;
  width:98px;
}

#waterwheel-carousel-flat .carousel-controls .carousel-prev {
  position:absolute;
  bottom:260px;
  left:0px;
  background: transparent url('../images/buttons/btn_left.png') no-repeat;
  width:22px;
  height:57px;
  z-index:1000;
}
#waterwheel-carousel-flat .carousel-controls .carousel-prev:hover
{
	cursor:pointer;
}
#waterwheel-carousel-flat .carousel-controls .carousel-next {
  position:absolute;
  bottom:260px;
  right:0px;
  background: transparent url('../images/buttons/btn_right.png') no-repeat;
  width:22px;
  height:57px;
  z-index:1000;
}
#waterwheel-carousel-flat .carousel-controls .carousel-next:hover
{
	cursor:pointer;
}

