
.slider_p {
width:95%;
height:11px;
background: #fff;
position:relative;
margin:0 auto;
padding:0 10px;
}


.ui-slider-handle {
width:24px;
height:24px;
position:absolute;
top:-7px;
margin-left:-12px;
z-index:200;
background:url(../images/slider-button.png);
}

.ui-widget-header {
height:15px;
left:0px;

position:absolute;
}
#slider-result {
color: white;
text-align:center;
margin-top: 15px;
font: 30px sans-serif;
}
