Slideshow pro alignment problem

http://blindedblack.airboxstudios.com

Ok you shouldnt see anything wrong with it initially. When you resize the window, it jerks to the left. My resize function is as follows and photogal is the instance name:


onResize();
function onResize() {
       grunge._x = Stage.width - grunge._width;
    main._x = Stage.width - main._width;
    main._y = Stage.height-300;
    photogal._x = Stage.width - photogal._width;
    photogal._y = Stage.height-1038;
    footer._xscale = Stage.width;
    footer._y = Stage.height - footer._height;
    footerIcons._x = Stage.width - footerIcons._width;
    footerIcons._y = Stage.height - footerIcons._height;
    mp3player._x = 65;
    mp3player._y = 0;
};

I know it has something to do with slideshow pro because if I remove the component and just leave black border texture stuff it doesnt do it. any ideas onhow to fix it?