/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 860px;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

#horizontal_carousel .container {
  float: left;
  width: 830px;
  height: 100px;
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 207px;
  height: 100px;
  text-align: center; 
  list-style: none;   
  float: left;
}

html>/**/body #horizontal_carousel ul li { width: 205px;}

#horizontal_carousel .previous_button {
  float:left;  
  width: 15px;
  height: 100px;
  background: url(../images/sitephotos/carousel/left.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/sitephotos/carousel/left_over.jpg);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/sitephotos/carousel/left_disabled.jpg);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 15px;
  height: 100px;
  background: url(../images/sitephotos/carousel/right.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/sitephotos/carousel/right_over.jpg);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/sitephotos/carousel/right_disabled.jpg);
  cursor: default;
}
