/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 241px;
  height: 72px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 12px;  
  width: 221px;
  height: 72px;
  overflow:hidden;   
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 8px;
  height: 62px;
  background: url(../images/bot_anterior.gif) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(../images/bot_anterior.gif)no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 8px;
  height: 62px;
  background: url(../images/bot_proxima.gif) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(../images/bot_proxima.gif)no-repeat;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
}                      

#horizontal_carousel ul li img {
  display:block;             
}                               

#horizontal_carousel ul li {
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  margin:0pt;
  padding:6px;
  width:60px;
  list-style:none;   
  float:left;
}

















/* Horizontal Carousel */
#horizontal_carousell {
  float:left;
  width: 241px;
  height: 72px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousell .container {
  position: absolute;
  top: 5px;
  left: 12px;  
  width: 221px;
  height: 72px;
  overflow:hidden;   
}            

#horizontal_carousell .previous_button {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 8px;
  height: 62px;
  background: url(../images/bot_anterior.gif) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousell .previous_button_disabled {
  background: url(../images/bot_anterior.gif)no-repeat;
  cursor:default;
}

#horizontal_carousell .next_button {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 8px;
  height: 62px;
  background: url(../images/bot_proxima.gif) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousell .next_button_disabled {
  background: url(../images/bot_proxima.gif)no-repeat;
  cursor:default;
}

#horizontal_carousell ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
}                      

#horizontal_carousell ul li img {
  display:block;             
}                               

#horizontal_carousell ul li {
  font-size:10px;
}                               

#horizontal_carousell ul li {
  border:0px solid green;
  margin:0pt;
  padding:6px;
  width:60px;
  list-style:none;   
  float:left;
}

