/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 400px;
  height: 112px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: relative;
  width: 330px;
  height: 112px;
  overflow:hidden;  
}            

#horizontal_carousel .previous_button {

  width: 22px;
  height: 27px;
  background: url(images/photohome_freccia_sx.gif) no-repeat;    
  z-index:1000;
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(images/photohome_freccia_sx.gif)  no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  width: 27px;
  height: 27px;
  background: url(images/photohome_freccia_dx.gif)  no-repeat;
  z-index:1000;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(images/photohome_freccia_dx.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 {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  margin:0pt;
  padding:5px 10px 10px;
  width:152px;
  list-style:none;   
  float:left;
}
