Image Swap and Resize with mouseover

Alright guys I’ve been searching for the past 2 hours on the net.

I need to recreate this: http://www.wendtgallery.com/wendtgallery/artists/ which is currently in flash to something javascript/css whatever it is.

  1. A grid of images will be displayed and corresponds to 1 text link
  2. when hover over the text the image corresponding to it will enlarge
  3. mouse out will turn back to normal

Again reproducing: http://www.wendtgallery.com/wendtgallery/artists/

okay so I came up with this so far
http://www.wendtgallery.com/test/sample.html

Situation: I need the rollovered image to expand ON TOP of the others around it so you can view it as large as possible. Still trying to reproduce the original in flash from the first post.

Suggestions?