Using the code you provided for the popup ability :-
Code:
<div id="GALBox"
style="position: absolute; width: 200px; z-index: 100;
border: 1pt black solid; background: #FFFFCC;
visibility: hidden; padding: 10px;"
onmouseover="this.style.visibility='visible';"
onmouseout="this.style.visibility='hidden';">
</div>
how can I move the pop up to be a few pixels down from the link .. it covers the link at the moment.