.slider {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    text-align: right;
    position: relative;
    width: 100px;
    height: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: yellow;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: yellow;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: yellow;
}

div.one {
    height: 5px;
    width: 1px;
    position: absolute;
    bottom: 0px;
    left: 33px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: yellow;
}

div.two {
    height: 5px;
    width: 1px;
    position: absolute;
    bottom: 0px;
    left: 67px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: yellow;
}

.slider .left, .slider .right {
    height: 5px;
    width: 2px;
    position: absolute;
    top: 0px;
}

.slider img {
    position: absolute;
    bottom: 0px;
    left: 28px;
}
