jCarousel.scroll() - force directional with wrap: circular

jCarousel.scroll() - force directional with wrap: circular

Hello!

I am developing a sort of featured content gallery for a client, and this plugin has been absolutely great for what I need.  The one problem I am having is that I would like for the carousel to always scroll in the same direction when the .scroll() command is used, regardless of whether the index of the item being scrolled to is before or after the first item shown.

To further explain...

There are 5 items in the carousel, 4 of which are visible.  The one 'active' item is the one that is not visible.  All of the event handlers are working perfectly.  If the user chooses to scroll to one of the first two visible items, the scroll looks great, but if they choose one of the last two visible items, the carousel scrolls backward very quickly. I'd like for the carousel to continue to scroll forward, even if it means moving forward 4 indexes as opposed to back 1 index.

Any help is surely appreciated.

Thanks in advance!