/* Horizontal Carousel */

#horizontal_carousel {
  float: left;
  width: 730px;
  height: 280px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 700px;
  height: 280px;
  position: relative;    
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#555;
}

#horizontal_carousel ul {
    margin: 0;
    padding: 0;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
    height: 240px;
    text-align: center;
    list-style: none;
    float: left;
}                      

#horizontal_carousel li {
  width: 700px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 30px;
  height: 175px;
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-h/left_on.png);
  z-index: 100;
  cursor: pointer;
  margin-left:-15px;
  margin-top:40px;
}

#horizontal_carousel .previous_button_over {
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-h/left_hover.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-h/left_off.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 30px;
  height: 175px;
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-h/right_on.png);
  z-index: 100;
  cursor: pointer;
  margin-right:-15px;
  margin-top:40px;
}

#horizontal_carousel .next_button_over {
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-h/right_hover.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-h/right_off.png);
  cursor: default;
}
