div.price-slider {
    background: url("../../images/price_slider/bkg_slider.png") repeat-x scroll 0 7px transparent;
     height: 22px;
	margin-top: 6px;
	margin-right: 9px;
	margin-left: 4px;
	
}
div.price-slider .filter-handle {
    height: 20px;
    width: 17px;
    cursor: e-resize;
    display: block;
	margin-left: -4px;
}


div.price-slider .price-slider-from {
    background: url("../../images/price_slider/slider.png") no-repeat scroll 0 0 transparent;
}
div.price-slider .price-slider-to {
    background: url("../../images/price_slider/slider.png") no-repeat scroll -19px 0 transparent;
    cursor: w-resize;
	margin-top: -20px;
	margin-left: 5px;
}
