/* Horizontal Carousel */
#horizontal_carousel a {color:#fff;}
#horizontal_carousel {
  float: left;
  width: 809px;
  height: 88px;
  margin-bottom: 10px;
  position: relative;
  left:10px;
}

#horizontal_carousel .container {
  float: left;
  width: 705px;
  height: 88px;
  position: relative;    
  overflow: hidden;
  background:url(../original/images/carousel_ref_background.png) no-repeat 0 0;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 88px;
}                      

#horizontal_carousel ul li {
  width: 141px;
  padding-top:6px;
  height: 75px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 52px;
  height: 88px;
  background: url(../original/images/carousel_left_button.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../original/images/carousel_left_button.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../original/images/carousel_left_button_off.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 52px;
  height: 88px;
  background: url(../original/images/carousel_right_button.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../original/images/carousel_right_button.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../original/images/carousel_right_button_off.png);
  cursor: default;
}