DIV.eqslider-handle {
    /*width: 5px;*/
    height: 15px;
    top: -5px;
    background-color: #f00;
    cursor: move;
}

DIV.eqslider-track {
    /*width: 200px;*/
    background-color: #aaa;
    height: 5px;
}

INPUT.eqslider-value {
    position: relative;
    top: -14px;
    left: 210px;
    width: 40px;
}
