            .range_bg
            {

            width:187px!important;
            height:24px!important;
            background: url(slider-bg.png) no-repeat!important;
            margin:0!important;
            margin-right:10px!important;
            }
            .range_bg .slider
            {  position:relative!important;
            	width:155px!important;
               right:1px;


            }

            /*Style for the slider button*/
            .range_bg .ui-slider-handle
            {border:none!important;
            width:11px!important;
            height:24px!important;
            position:absolute;
            /*z-index:200; */
            background:transparent url(slider-button.png)!important;
            }

            /*Result div where the slider value is displayed*/
            #slider-result {
            font-weight:bold;


             }

            /*This is the fill bar colour*/
            .ui-widget-header {
            background:transparent; }