/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width:620px;
  height:190px;
  margin:31px 0px 0px 0px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width:500px;
  height:181px;
  position: relative;    
  overflow: hidden;
  padding:0px;
  margin:0px 23px 0px 20px;
}

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

#horizontal_carousel ul li {
  width: 127px;
  height:181px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin-right:63px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 38px;
  height: 181px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {

}

#horizontal_carousel .previous_button_disabled {

  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 38px;
  height: 181px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {

}

#horizontal_carousel .next_button_disabled {
  cursor: default;
}


