http://mosaix.codelessme.net/who-we-are/
If you want to do a fun image switch on hover like we have done here, this is a really simple way to do it.
<img src="URL of FIRST image goes here" onmouseover="this.src='URL of SECOND image goes here'" onmouseout="this.src='URL of FIRST image goes here'"/>