This script offers a wide variety of slide change transition effects. You can find full installation and configuration instructions by following this link.
JavaScript
In order to make the script work, the index-#.html file with a gallery should contain these lines of HTML code:
The

This script is initialized with a
• pause – pauses the slideshow, slideshow can be resumed with ‘resume’ command;
• resume – resumes a paused slideshow;
• toggle– toggles the pause/resume state of the slideshow;
• next – advances slideshow to next slide;
• prev – advances slideshow to previous slide;
• stop – stops the slideshow;
• destroy – stops the slideshow and unbinds all events.
For more information about options, see the Options Reference page.
HTML
Below you can see general HTML script representation:
CSS
You can find script related stylesheet in the main style.css file.