body { background: #988d86; }
/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 440px;
  height: 118px;  
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0;
  left: 0;  
  width: 426px;
  height: 59px;
  overflow:hidden;   
  background: #988d86;  
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 64px;
  left: 0px;
  width: 132px;
  height: 33px;
  background: url(images/scroll-left.png);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(images/scroll-left.png);
  cursor:default;
}

#horizontal_carousel .middle_button {
  position: absolute;
  top: 64px;
  left: 143px;;
  width: 132px;
  height: 33px;
  background: url(images/middle.png);
  z-index: 100;    
  cursor:pointer;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 64px;
  right: 23px;
  width: 132px;
  height: 33px;
  background: url(images/scroll-right.png);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(images/scroll-right.png);
  cursor:default;
}

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

#horizontal_carousel ul li img {
  display:block;  
  border: 0;  
}                               

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

#horizontal_carousel ul li {
  color:#E3EDFA;
  margin:0pt;
  padding-right: 10px;
  width:132px;
  list-style:none;   
  float:left;
  
}

