/* PRODUCT BROWSER */
body.full #feature {
  display: none;
}


#feature {
  position: relative;
  background-image: url(/furniture/feature_bg.jpg);
  background-repeat: no-repeat;
  background-color: white;
  width: 760px;
  overflow: hidden;
}
#feature div#feature_container {
}
#feature div#scrollable {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#feature ul {
  list-style: none;
  padding-left: 0;
}
#feature ul li {
  float: left;
  position: relative;
  display: inline;
  text-align: center;
  margin: 15px 5px 0 5px;

  width: 180px;
}
#feature ul li a {
  color: #666;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  text-transform: uppercase;
}
#feature ul li a:hover {
  color: #666;
}

#feature #backToTop {
  position: absolute;
  left: 310px;
  bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
#feature #backToTop a {
  color: #666;
  text-decoration: none;
}
#feature #backToTop a:hover {
  color: #666;
}

#feature_slider_container {
  background-image: url(/furniture/feature_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;

  height: 30px;
  padding-left: 7px;
}

#feature_slider {
  width: 680px;
  height: 14px;
  padding: 2px 0px;
  background-image: url(/furniture/slider_bg.png);
  float: left;
}
#feature_slider #handle_middle {
  width: 84px;
  height: 14px;
  background-image: url(/furniture/slider_handle.png);
  cursor: move;
}

#handle_left,
#handle_right {
  width: 32px;
  height: 18px;
  float: left;
  cursor: pointer;
}

#handle_left {
  background-image: url(/furniture/slider_left.png);
}
#handle_right {
  background-image: url(/furniture/slider_right.png);
}

#feature.bigger #scrollable{
  height: 230px;
  padding: 0px;
}