/* Horizontal Carousel */

#photoindex .container {
  position: absolute;
  top: 30px;
  left: 28px;  
  width: 420px;
  height: 160px;
  overflow:hidden;   
}            

#photoindex .previous_button {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 18px;
  height: 160px;
  background: url(classic/horizontal/left.gif);
  z-index: 90;    
  cursor:pointer;
}    

#photoindex .previous_button:hover {
  background: url(classic/horizontal/left-disabled.gif);
}        
    

#photoindex .previous_button_disabled {
  background: url(classic/horizontal/left-disabled.gif);
  cursor:default;
}

#photoindex .next_button {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 18px;
  height: 160px;
  background: url(classic/horizontal/right.gif);
  z-index: 90;
  cursor:pointer;
}   

#photoindex .next_button_disabled {
  background: url(classic/horizontal/right-disabled.gif);
  cursor:default;
}

#photoindex .next_button:hover {
  background: url(classic/horizontal/right-disabled.gif);
}        


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


#photoindex ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
  line-height:140%;
  float:left;
  width:98px;
  padding:0 4px;

}     


