Anyone know how to style this part of jquery.ui range-slider?

The gray area of the slider, anyone know how to style this?

I have been googling and looked inside the jquery-ui.css with no luck.

Hi,

On the range slider here the background is controlled by this rule:


.ui-slider .ui-slider-range {background:red}

I would assume yours is similar.

Thanks worked fine.