I’m trying to set up a page that looks like the image below.
Here’s the part that;s hanging me up…
I would like to have the main image replaced when I “hover” or “click” on one of the links below it. Each link below the main image would have it’s own specific image. Then I would like to make the link images “toggle” on/off.
I have tried to do this with pure css and and having a really hard time.

Thanks for your help.
JavaScript solution
HTML:
JavaScript:
Live demo: http://jsfiddle.net/Kne3d/
Alternative solution (pure CSS)
HTML:
CSS:
Live demo: http://jsfiddle.net/Kne3d/3/
Third solution (pure CSS, on hover)
HTML:
CSS:
Live demo: http://jsfiddle.net/Kne3d/5/