.is_clickable { cursor: hand; cursor: pointer }
.nstSlider {cursor: pointer; position: relative; width:770px; height:45px;}
.nstSlider .rightGrip, .nstSlider .leftGrip { position: absolute; border-radius:35px; width:35px; height:35px; top:5px;}
.nstSlider .bar { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: absolute; background: none; height:45px; top:0px }
.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 }
.leftGrip:focus{ outline:none;}

