Unlike most carousel plugins which stop when they get to the last image, jQuery Infinite Carousel Plugin allows the show to go on infinitely without any user intervention. It manipulates the DOM based on how far away the desired image is. In a nutshell, list items and the images contained within (and optionally captions) are cloned, moved around, and deleted while the overall list is animated.

Implementation of jQuery Infinite Carousel Plugin is fairly easy and uses simple markup. All of the images that you want to display should be the same size and wrapped in a containing element which must have an ID. The carousel must be a list where each list item is the image and optionally a paragraph containing the caption.
Features
- Captions are optional
- Optional thumbnail controls which allow visitors to jump to any image in the carousel sequence
- Thumbnails can be styled via CSS
- It’s less than 14K
- Reusable on multiple containers within the same page
Developed by Catch My Fame; jQuery Infinite Carousel Plugin is available for download under CC Attribution-Share Alike 3.0 license. You can find further information, demo & download on Catch My Fame Website.




Wow, very well done.