div.slider {
    position: relative;
    margin: 10px 0 0;
    height: 22px;
    cursor: pointer;
}

div.slider .bg {
    position: absolute;
    top: 10px;
    background-color: #798794;
    height: 2px;
    width: 100%;
    cursor: default;
}

div.slider .handle {
    position: absolute;
    width: 9px;
    height: 22px;
    cursor: move;
    background: url(../../../../default/default/images/magnifier_handle.gif) left top no-repeat;
}

div.slider .span {
    position: absolute;
    top: 10px;
    margin-left: 9px;
    background-color: #e26703;
    height: 2px;
    cursor: default;
}

div.price-range {
    font-weight: bold;
    color: #e26703;
}

div.price-limit {
    font-size: 11px;
}

div.price-limit .max {
    float: right;
}