/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 989px;
  height: 73px;
  position: relative;
  background: #fff;  
}         

#horizontal_carousel .container {
  position: absolute;
  left: 92px;
  width: 813px;
  height: 73px;
  overflow: hidden;
  background: #fff;   
}            

#horizontal_carousel .separators-background {
  background: #fff url(classic/horizontal/separators-background.png) no-repeat bottom left;
}

#horizontal_carousel .previous_button {
  position: absolute;
  width: 92px;
  height: 73px;
  background: url(classic/horizontal/left.png) no-repeat center left;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/left-disabled.png) no-repeat center left;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  right: 0px;
  width: 92px;
  height: 73px;
  background: url(classic/horizontal/right.png) no-repeat center right;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/right-disabled.png) no-repeat center right;
  cursor:default;
}

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

#horizontal_carousel ul li img  {
  border-left:0px solid #999999;
  display:block;             
}                               

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

#horizontal_carousel ul li {
  border:0px solid green;
  margin:0pt;
  width:160px;
  list-style:none;   
  float:left;
}

