.slider-price{
width:210px;
height:5px;
background-color: #919191;
position:relative;
margin:10px auto;
padding:0 10px;
border-radius:5px ; 
-webkit-border-radius:5px ; 
-moz-border-radius:5px ; 
}
.ui-slider-handle{
width:6px;
height:18px;
background-color: #FE2C8F;
position:absolute;
top:-6px;
margin-left:-5px;
z-index:200;
}

.ui-widget-header{
background-color: #FEA8D0;
height:3px;
left:1px;
top:1px;
position:absolute;
}
