/* Horizontal Carousel */
#horizontal_carousel {
float: left;
  width: 625px;
  height: 85px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  background: url(../img/bg_carousel_palloncini.gif);
  background-repeat: no-repeat;
  background-position:left center;
}

#horizontal_carousel .container {
  float: left;
  width: 532px;
  height: 85px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 85px;
}                      

#horizontal_carousel ul li {
  width: 60px;
  height: 105px;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center; 
  border: 0px solid #000000;
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 85px;
  border:0px solid #000000;  
  background: url(../img/freccia_sx_carousel_palloncini.gif);
  background-repeat: no-repeat;
  background-position:center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../img/freccia_sx_carousel_palloncini_hov.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../img/freccia_sx_carousel_palloncini_disabled.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 22px;
  height: 85px;
  background: url(../img/freccia_dx_carousel_palloncini.gif);
  background-repeat: no-repeat;
  background-position:center center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#horizontal_carousel .next_button_over {
  background: url(../img/freccia_dx_carousel_palloncini_hov.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel .next_button_disabled {
  background: url(../img/freccia_dx_carousel_palloncini_disabled.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;

}
