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.
{{! template for the tooltip widget }}
<div class='tip'>
<div class='tipcolor' style='height:10px;width:10px'></div>
<div class='tiptext'>
</div>