Thickbox dramas!

hi all - i’m having some dramas with thickbox.

see my site here: http://www.southsouthwest.com.au/clients/mc/galeria.html

go to the boards section and click the image there.

what’s happening is that the thickbox has the stageAlign code on it - and it makes the overlay only go from top left of the stage - not fullscreen as my flash is centered in the browser.

here’s the code on the flash:

Stage.scaleMode = 'noScale';
Stage.align = 'T';
var cb:ThickBox = new ThickBox();
img1.onRelease = function() {
	cb.loadThickBox('img01.jpg','loader_mc');
};

thx for any help you may be abe to offer.