I had to adjust the plugin a little to make this work right in all browsers. I was using it in a little different way from you (function called directly from the template). If it doesn’t work, just restore a fresh copy.
Find the line in nggfunctions.php (line 44?) :
$swfobject->add_flashvars( 'file', NGGALLERY_URLPATH.'xml/imagerotator.php?gid=' . $galleryID );
change it to:
$swfobject->add_flashvars( 'file', NGGALLERY_URLPATH.'xml/imagerotator.php?gid=' . $galleryID . "&width=$width&height=$height");
John – chances are that you’ve accidentally hit the Ctrl Key and your + symbol on your keyboard. I had a client complaining of this exact same thing. I wasn’t seeing it in firefox on my computer but she was and this is what we figured out it was. Firefox resizes the page when you hit Ctrl + or –