/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 910px;
  height:130px;
  margin-bottom: -180px;
  position:relative; 
  top:-200px;
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 30px;  
  width: 850px;
  height: 120px;
  overflow:hidden;
  border:#ccc 1px solid;
  background-image:url(../imagens/Carousel/BgCarousel.png);
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 120px;
  background-image:url(../imagens/Carousel/left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background-image:url(../imagens/Carousel/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 27px;
  height: 120px;
  background-image:url(../imagens/Carousel/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background-image:url(../imagens/Carousel/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 10px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  color:#E3EDFA;
  padding:10px;
  width:100px;
  list-style:none;   
  float:left;
}
