When you go to http://slides.html5rocks.com/ you can see the entire presentation (with a previous and next slide peeking from the sides - all while it is relative to the screen size of the user).
How do I do that with jQuery + HTML5? I just want to have a bunch of images (think a photo gallery) that can be cycled through like that. When you are on the current image, you see the previous and next images peeking from the sides. Also allow the user to go to the next/previous slide with the keyboard.
It would also be cool to be able to adjust it using the same commands (ctrl/command + '+/-') for zooming.