/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 529px;
  height: 165px;
  /*margin-bottom: 10px;*/
  position: relative;  
  margin-left: -25px;
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 14px;  
  width: 492px;
  height: 153px;
  overflow:hidden;   
  /*background: #3F3F3F;*/ 
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 70px;
  left: 0;
  /*left: 10px;
  width: 27px;
  height: 144px;
  background: url(/images/carousel/classic/horizontal/left.gif);*/
  width: 13px;
  height: 14px;
  background: #ffffff url(/images/carousel/classic/horizontal/1.png) bottom left no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  /*background: url(/images/carousel/classic/horizontal/left-disabled.gif);*/
  background: #ffffff url(/images/carousel/classic/horizontal/1.png) top left no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 70px;
  right: 0;
  /*right: 10px;
  width: 27px;
  height: 144px;
  background: url(/images/carousel/classic/horizontal/right.gif);*/
  width: 13px;
  height: 14px;
  background: #ffffff url(/images/carousel/classic/horizontal/1.png) top right no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  /*background: url(/images/carousel/classic/horizontal/right-disabled.gif);*/
  background: #ffffff url(/images/carousel/classic/horizontal/1.png) bottom right no-repeat;
  cursor:default;
}

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

#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 {
  border:0px solid green;
  color:#E3EDFA;
  margin:0px;
  /*padding:15px 10px 10px;*/
  padding:0 10px;
  width:144px;
  list-style:none;   
  float:left;
}
