http://www.colorz.fr/#!/en/work/
I love how they show/hide the content based on clicking on the thumbnails, I just can't get how it's actually being done. A class of 'hidden' that's taken away with javascript onclick wouldn't really be viable since the page would still load the content and if you had many different divs to show/hide it'd cripple the page load time.
I'm sure there's a simple way to achieve this effect, I just can't think how to do it in a 'clean' way.