I've made a change to the ID's of the RA and Trimmer sliders. The changes are mostly for semantics sake, but have been made because I finally found out why our sliders weren't 'clickable'.
So for those of you with custom sliders, be aware that when you upgrade, either via the next official update or via SVN, .pagetrackend is gone, so as to make .pagetrackhandle a direct child of .pagetrack.
In turn .pagetrack has now gotten a new parent, called .pagetrackwrap, which ensures that you will still be able to style the slider for variable width pages.
The javascript controlling the slider hasn't changed, it still only cares about .pagetrack and .pagetrackhandle.
This makes the slider composition look like this:
<div id="pagetrackwrap"><div id="pagetrack"><div id="pagehandle"> </div></div></div>If this makes no sense to you, you're probably no affected.