.ui-slider {
    margin: 0;
    padding: 0;
    border: 0;
    background: #F5F477;
}

.ui-slider .ui-slider-range {
    background: #B2AE4B;
}

.ui-slider span:nth-child(2) {
    margin: 0;
    top: 14px;
    width: 14px;
    height: 20px;
    background-image: url('images/slider-handle-left.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    outline: 0;
}

.ui-slider span:nth-child(3) {
    margin-left: -.8em;
    top: 14px;
    width: 14px;
    height: 20px;
    background-image: url('images/slider-handle-right.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    outline: 0;
}
