using jquery ui draggable changes the state of an element from absolute to relative
positioning, which breaks the way our seek button expands itself, so we need to
force absolute positioning, quite uglily, using jquery.
{{! the template for the small white bars which is z-indexed over our segment widget }}
<div class='positionMarker' style='background-color: #F7268E;'>
</div>