.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    height: 10px;
    position: relative;
    width: 100%;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip, .nstSlider .leftGrip {
    background: #583b7e none repeat scroll 0 0;
    border-radius: 6px;
    height: 28px;
    position: absolute;
    top: -10px;
    width: 20px;
}
.nstSlider .bar {
    background: #eeebf2 none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    position: absolute;
    top: 0;
}
.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;
}
