.range_slider{margin:11px 0 25px 0;}
.ui-slider{height:5px;background-image:url(../img/range_slider_sprite.png);position:relative;}
.ui-slider-range{height:5px;background-image:url(../img/range_slider_sprite.png);background-position:0 -6px;position:absolute;}
.ui-slider-handle{display:inline-block;width:6px;height:13px;top:-3px;left:-6px;background-image:url(../img/range_slider_sprite.png);background-position:-2px -12px;position:absolute;}
.ui-slider-handle:before{content:"";position:absolute;top:0;left:-2px;width:2px;height:13px;background-image:url(../img/range_slider_sprite.png);background-position:0px -12px;}
.ui-slider-handle:after{content:"";position:absolute;top:0;right:-2px;width:2px;height:13px;background-image:url(../img/range_slider_sprite.png);background-position:-8px -12px;}