jquery got me stumped, again

From: Matt 4 Apr 2013 22:07
To: CHYRON (DSMITHHFX) 5 of 6
The problem with z-index is that it is relative. By moving the div so it's a child of the body tag, it will have a relative z-index to elements that are also children of the body tag and not of the body tag's siblings' children.

See http://stackoverflow.com/a/7482870 for a good explanation.
From: CHYRON (DSMITHHFX) 5 Apr 2013 15:58
To: Matt 6 of 6
I managed to get it working by overrridng the bPopup "append" function (with a handy parameter), and using JQuery clone() and remove().