.vert-slider-holder {
  /*padding: 40px 40px 40px 40px !important; */
}

.ui-slider-vertical .ui-slider-handle {
  background: transparent url('../images/horiz_slider_handle.png');
  width: 82px;
  height: 62px;
  border: none;
  left:-76px;
  margin-bottom: -34px;
  margin-left:0;
  cursor: move;
}


#slider1 {
  height:100px;
}
.ui-slider-vertical {

  width:8px; 
  border-bottom-color:#403F48;
  border-right-color: #403F48;
  background: #26252A url('../images/vert_slider_content_background.png') center top repeat-y;
  cursor: move;
  margin:40px 40px;

  left: 30px;
  background: transparent;
}

.ui-slider-vertical .ui-slider-range {
  background: #6F6E7F;
  border-bottom-color: #A6A6B1;
  border-right-color: #A6A6B1;
  
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
}

.slider1-title {
  height: 36px;
}

#slider1-title-1 {
  margin-top: 24px;
}

.subheader {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #707070;
}