You should play with the onResize function located the second frame of the gallery.fla file:
Code:
this.onResize = function() {
...
TabSlider_mc._y = 55;
TabSlider_mc.height = sh-55; // set this to 0
...
};
You should also play with the other elements until you get them in the position you want.