.slider,
.slider2 {
    width: 120px;
    height: 19px;
    background: url(../images/slider-bg.png);
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    float: left;
}

.ui-slider-handle {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-left: -7px;
    z-index: 200;
    background: url(../images/slider-button.png);
}

.ui-widget-header {
    background: url(../images/fill.png) no-repeat left;
    height: 18px;
    left: 1px;
    top: 1px;
    position: absolute;
}

#ui-datepicker-div .ui-widget-header {
    height: 28px;
    left: 0px;
}

#slider-result,
#slider-result2 {
    width: 40px;
    float: left;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    height: 20px;
    font-size: 11px;
    color: #7c7c7c;
    display: block;
    background: #fff;
    padding: 0 5px;
    text-align: center;
    margin-right: 5px;
}

.slider-result,
.slider-result2 {
    background: #e8e8e8;
    color: #e8e8e8;
    border: 1px solid #e8e8e8;
}

.slider-block {
    height: 20px;
    line-height: 20px;
    color: #7c7c7c;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}