I'm trying to be a carousel to display manufacturer logos. I've set these options: showMultiple : 4 changeBy: 4 infiniteSlides: true It is not wrapping. When it hits the end, it's rewinding instead of wrapping. I can see in Firebug that it is cloning panels. If I put the changeBy back to 1 - it wraps properly. But any number greater than 1 stops the wrapping from happening. You can see on my testing site at fsbdev.xigko.com Is this a limitation in the code?