I've seen a nice solution to a slider value on another question
The answer by Andres Ilich is a very nice solution here when there is one slider but what if I want to have multiple sliders on a page?
See Fiddle
<div id='termslider'></div>
<div id='coverslider'></div>
with accompanying JavaScript and CSS
I've renamed the original tiptool classes in an attempt to differentiate the two sliders but so far without success.