/* Slider Style */
.priceSliderPanel #slider_minmax_gutter_m {
    position: absolute;
    top: 53px;
    width: 300px;
    left: 15px;
}

.priceSliderPanel .slider_gutter {
    width: 332px;
    height: 103px;
    background: url( ../img/price_slider_track.png );
    position: relative;
    top: 0;
}

.priceSliderPanel .knobFrom {
    position: absolute;
    height: 16px;
    width: 25px;
    background: url( ../img/price_slider_knob.png ) 0 0 no-repeat;
    top: -10px;
    cursor: pointer;
}

.priceSliderPanel .knobTo {
    position: absolute;
    height: 16px;
    width: 28px;
    background: url( ../img/price_slider_knob.png ) 0 center no-repeat;
    top: -26px;
    cursor: pointer;
    z-index: 1000;
}

/* For Clip */
.priceSliderPanel #slider_bkg_img {
    position: absolute;
    height: 8px;
    width: 293px;
    margin-top: 5px;
}

.priceSliderPanel .knoblabel {
    position: absolute;
    top: 30px;
    left: -3px;
    margin-left: -5px;
    font-size: 11px;
    color: #832d9c;
    font-weight: bold;
    width: 45px;
}








