/* Vertical Carousel */

#vertical_carousel {
  float:left;
  width: 260px;
  height: 250px;
  position: relative;
}

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

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

#vertical_carousel li {
  width: 260px;
  height: 220px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 30px;
  width: 175px;
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-v/up_on.png);
  cursor: pointer;    
  display:inline;
  margin-top:-15px;
  margin-left:30px;
}

#vertical_carousel .previous_button_over {
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-v/up_hover.png);
}

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

#vertical_carousel .next_button {
  float:left;
  height: 30px;
  width: 175px;
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-v/down_on.png);
  display:inline;
  cursor: pointer;
  margin-bottom:-15px;
  margin-left:30px;
}

#vertical_carousel .next_button_over {
  background: url(http://www.thefloatingstone.com/userfiles/file/jscarousel/bt/bt-v/down_hover.png);
}

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