Hellow, today i will presnt you a very cool gallery, is it a stack images wich click prev button apear a image of back and when click next button first image go back of stack. The css file i put in to a zip file for download, because thedeveloper of this gallery used a framework for css.

<div class="grid_6 prefix_1 suffix_1" id="gallery">
<div id="pictures">
<img src="images/picture1.png" alt="" />
<img src="images/picture2.png" alt="" />
<img src="images/picture3.png" alt="" />
<img src="images/picture4.png" alt="" />
<img src="images/picture5.png" alt="" />
</div>
<div class="grid_3 alpha" id="prev">
<a href="#previous">« Previous Picture</a>
</div>
<div class="grid_3 omega" id="next">
<a href="#next">Next Picture »</a>
</div>
</div>
This script has been developed by http://usejquery.com !