




/* search engine ****************************/

/* jquery slider */
.ui-slider {
    margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Arial, sans-serif;
    font-size: 1em;
    background: url(../../images/public/price_slider_v2.jpg) 0 0 repeat-x;
    height: 21px;
    width: 389px;
    position: relative;
}
.ui-slider-handle {
    margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 21px;
    background: url(../../images/public/price_handle.gif) 0 0 no-repeat;
}
.ui-slider-handle:hover {
    background: url(../../images/public/price_handle.gif) 0 0 no-repeat;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
    background: url(../../images/public/price_handle.gif) 0 0 no-repeat;
}
.ui-slider-range {
    margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    height: 21px;
    background: #9FD248;
    position: absolute;
    z-index: 1;
    opacity: .5;
    filter: Alpha(Opacity=50);
}
/* jquery slider */

/* search engine ****************************/