Sliding and Enlarging photogallery

Hello I need some help with a photogallery. My photo gallery is designed to display many photos behind a mask so only 3 may be seen at once, and thephoto that is the veiwers main focus is larger than the rest. Also the main photo will have a description underneath the picture. [COLOR=indigo]If the Image doesn’t load into this forum - Please Click on the link below to get a vague Idea of what I mean and a better description of what I need to do. If anyone can help I would be in their debt forever[/COLOR] :A+:

http://www.telusplanet.net/pnitsch/kirupahelp/

Sorta like this?
onClipEvent (enterFrame){
this._x = _root._xmouse;
this._xscale = _root._xmouse-200;
this._yscale = _root._xmouse-200;
}