/********************
Horizon
*********************/
#waterwheel-carousel-horizon {
  width:620px;
  height:260px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;
  margin:auto;
}
#waterwheel-carousel-horizon a {
  color:#222;
}
#waterwheel-carousel-horizon .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-prev {
   background:url("../images/home/seta_left.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 25px;
	width: 31px;
    left: -20px;
    position: absolute;
    top: 125px;
    z-index: 1000;
}
#waterwheel-carousel-horizon .carousel-controls .carousel-next {
    background: url("../images/home/seta_right.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 25px;
    right: -25px;
	width: 31px;
    position: absolute;
    top: 125px;
    z-index: 1000;
}


/* Slide da home produtos*/
/********************
Horizon
*********************/
#waterwheel-carousel-produtos {
  width:840px;
  height:216px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  top:15px;
  margin:auto;
}
#waterwheel-carousel-produtos a {
  color:#222;
}
#waterwheel-carousel-produtos .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-produtos .carousel-controls .carousel-prev {
   background:url("../images/home/seta_left_verde.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 41px;
	 width: 42px;
    left: -25px;
    position: absolute;
    top: 100px;
    z-index: 1000;
}
#waterwheel-carousel-produtos .carousel-controls .carousel-next {
    background: url("../images/home/seta_right_verde.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 41px;
    right: -25px;
	  width: 42px;
    position: absolute;
    top: 80px;
    z-index: 1000;
}
.bg_slide_home {
	position:relative;
	width:100%;
}


