Centering JPG loaded in MovieClip?

Hi :slight_smile:

I have created this Flash site:

http://www.meny-graphics.dk/Nordic

But i am having a problem.
Under “Gallery”, each picture, is a movieclip, which loads a picture from my server.

But the pictures aligns to the top left corner of the MovieClip.
How do i make them align to the center of the movieclip?

My code is as follows:

holder_mc.loadMovie("../Nordic/images/pic1.jpg");

Thanks in advance! :slight_smile: