.is_clickable {cursor: hand; cursor: pointer; }
.nstSlider .leftGrip.gripHighlighted {background: rgb(233, 148, 70); }
.nstSlider .rightGrip.gripHighlighted {background: rgb(233, 148, 70); }
.nstSlider {margin: 20px 0; cursor: hand; cursor: pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: relative; width: 100%; height: 3px; background: #ccc; }
.nstSlider .bar {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: absolute; background-color: rgb(233, 148, 70); height: 3px; top: 0; }
.nstSlider .rightGrip, .nstSlider .leftGrip {position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 14px; height: 14px; background: rgb(233, 148, 70); top: -6px; } 
.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: rgb(233, 148, 70); height: 20px; top: 0; }
