An easy jquery image gallery slider. Simple code and simple HTML code.
Simple as:
- including the script to your web page.
- add this code: << $(“#galleryID”).egallery(); >>

Here’s the gist: There’s a thumbnail which is a full sized image in a container div, which is smaller than the full sized image. The image is centered within it, but doesn’t show entirely because overflow:hidden is turned on. When the mouse hovers over the thumbnail, overflow:hidden gets turned off, and the entire image is displayed.