.slider {
    background-color: #acacac;
    border: 1px solid #999999;
    clear: right;
    cursor: pointer;
    float: left;
    height: 1px;
    margin-top: 10px;
    position: relative;
    width: 100px;
}
.progress {
    background-color: #C5FF00;
    display: none;
    height: 3px;
    opacity: 0.6;
}
.handle {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    cursor: move;
    display: block;
    height: 12px;
    margin-top: 1px;
    position: absolute;
    top: -7px;
    width: 12px;
}
.range {
    float: left;
    margin: 0 0 0 10px;
    text-align: center;
    width: 30px;
}