Dear Supreme Beings of Inquisit:
I'm programming a slider as below, however, without specifying, when running on the latest version of Inquisit (5.0.11.0), the left side of the selection is always blue (that is not the case in Inquisit 4, however, for other reasons, I must use Inquisit version 5).
I wonder if it is a known issue and has a known fix?
Below is what the partially blue slider look like:

######Slider#############
<slider paired_slider>
/ labels = ("Vote for Candidate on the Left", "Neutral","Vote for Candidate on the Right")
/ range = (0, 100)
/ required = false
/ defaultresponse = 50
/ position = (15,92)
/ slidersize = (40%, 40%)
/ showtooltips = false