I'm using a lightweight jQuery plugin for carousel, it works great except that it doesn't support circular carousel, i.e it'll auto-slide 1,2,3,4 and then backwards 4,3,2,1 instead of 1,2,3,4 then again jumping back to 1,2,3,4 again, which is what I want.
Here's the jsFiddle for it: http://jsfiddle.net/vLZFh/
I'd really appreciate any help.
Many thanks