I have my site's main content which is centrally positioned (see div#wrapper), as it's width is 800px. position absolute, left 50% and margin-left is -400px. works perfect .
my lightbox however (click on Client or Guest tab), is not positioning centrally. I've looked at Chrome Developer Tools and Firebug, and can't see anything wrong with the numbers. And i don't think it's an optical illusion lol.
The lightbox is too far to the right. and the one for Price Match Promise (at the bottom of the page) comes up and is too far down. The left, top, margin-left and margin-top are set dynamically by jQuery, but the evaluated numbers are looking correct. body is 1280px wide on my resolution and so is document, so margin-left becomes -640px. seemingly correct.
any ideas?