/* Horizontal Carousel */
#horizontal_carousel1 {
float: left;
  width: 365px;
  height: 225px;
  position: relative;
  border: 0px solid red;
  margin-left: 0px;
  /*background: url(../images/bg_carousel.gif);
  background-repeat: no-repeat;
  background-position:left center;*/
}

#horizontal_carousel1 .container {
  float: left;
  width: 300px;
  height: 225px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel1 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  border: 0px solid red;
  left: 0;
  height: 225px;
}                      

#horizontal_carousel1 ul li {
  width: 290px;
  height: 225px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center; 
  border: 0px solid #000000;
  list-style:none;   
  float:left;
  font-size: 11px;
}

#horizontal_carousel1 ul li a {
  width: 250px;
  height: 225px;
  margin-bottom: 6px;
display: block;
}


#horizontal_carousel1 .previous_button {
  float:left;  
  width: 30px;
  height: 225px;
  border:0px solid #000000;  
  background: url(../images/frecciaon_prev.gif);
  background-repeat: no-repeat;
  background-position:center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel1 .previous_button_over {
  background: url(../images/frecciaoff_prev.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel1 .previous_button_disabled {
  background: url(../images/frecciaoff_prev.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;
}

#horizontal_carousel1 .next_button {
  float:left;  
  width: 30px;
  height: 225px;
  background: url(../images/frecciaon_next.gif);
  background-repeat: no-repeat;
  background-position:center center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#horizontal_carousel1 .next_button_over {
  background: url(../images/frecciaoff_next.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel1 .next_button_disabled {
  background: url(../images/frecciaoff_next.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;

}
