div.price-slider {
    background: url("../../images/price_slider/bkg_slider.png") repeat-x scroll 0 0 transparent;
    height: 17px; width:220px; margin:0 0 10px 0;
}
div.price-slider .filter-handle {
    height: 22px;
    width: 22px;
    cursor: e-resize;
    display: block;
}
div.price-slider .price-slider-from {
    background: url("../../images/price_slider/slider.png") no-repeat scroll 0 0 transparent; height: 22px; top:-4px;
    width: 22px;
}
div.price-slider .price-slider-to {
    background: url("../../images/price_slider/slider.png") no-repeat scroll -29px 0 transparent;
    cursor: w-resize;
    margin-top: -25px;
}