.dragdealer {
  position: relative;
  background: url('../img/slider-bg.png') no-repeat;  
  width: 237px;
  height: 9px;
  margin: 16px auto 0 auto;
  cursor: pointer;
}

.dragdealer .handle {
  background: url('../img/handle-bg.png') no-repeat; 
  width: 345px;
  height: 87px;
  position: absolute;
  left: 0px;
  top: -8px;
  cursor: pointer;
}

.dragdealer .disabled {
  background: #898989;
}
