/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 356px;
  height: 38px;
  position: relative;

}

#horizontal_carousel .container {
	float: left;
	width: 318px;
	height: 38px;
	position: relative;
	overflow: hidden;


}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0px;
  left: 0px;
  height: 38px;
  margin-top: 0px;
}                      

#horizontal_carousel ul li {
  width: 159px;
  height: 38px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 9px;
  height: 38px;
  background: url(Imagens/seta_produtos_home_esq_1.jpg);
  z-index: 100;
  margin-top: 0;
  margin-left:5px;
  margin-right:5px;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(Imagens/seta_produtos_home_esq_1.jpg);
}

#horizontal_carousel .previous_button_disabled {
  background: url(Imagens/seta_produtos_home_esq_1.jpg);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 9px;
  height: 38px;
  background: url(Imagens/seta_produtos_home_dir_1.jpg);
  z-index: 100;
  margin-top: 0;
  margin-left:5px;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(Imagens/seta_produtos_home_dir_1.jpg);
}

#horizontal_carousel .next_button_disabled {
  background: url(Imagens/seta_produtos_home_dir_1.jpg);
  cursor: default;
}




