.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
    background: url(../images/sliderbg.png);
    cursor: pointer;
    height: 24px;
    position: relative;
    width: 100%;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip, .nstSlider .leftGrip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    top: 8px;
    width: 20px;
}
.nstSlider .bar {
    background: #130166 none repeat scroll 0 0;
    border-radius: 10px;
    height: 6px;
    position: absolute;
    top: 17px;
}
.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}
