.slider {
    width: 220px;
    height: 17px;
    background-image: url('meter.gif');
    background-color: #eeecff;
    background-repeat: no-repeat;
    background-position: center 6px;
    position: relative;
    margin: 0px;
    padding: 0px;
}


    .slider img {
        display: block;
        float: left;
        width: 8px;
        height: 17px;
        background-image: url('drag.gif');
        position: absolute;
        cursor: pointer;
        margin: 0px;
        padding: 0px;
    }