.slider,
.slider2 {
    width:230px;
    height:11px;
    background:url(../images/slider-bg.png);
    position:relative;
    margin:0 auto;
    padding:0 10px;
}
.ui-slider-handle,
.ui-slider-handle2 {
    width:24px;
    height:24px;
    position:absolute;
    top:-7px;
    margin-left:-12px;
    z-index:200;
    outline: none;
    background:url(../images/slider-button.png);
}

.ui-widget-header,
.ui-widget-header2 {
    background:url(../images/fill.png) no-repeat left;
    height:8px;
    left:1px;
    top:1px;
    position:absolute;
}
#slider-result,
#slider-result2 {
    color: white;
    text-align:center;
    margin-top: 15px;
    font: 30px sans-serif;
}