[jQuery] jcarousel explodes

[jQuery] jcarousel explodes


I can't seem to use jcarousel if it I use the start option to be more
than 1,000. I am using it for a photo site where the slide image could
anywhere from 1 to 300,000
e.g.
    jQuery('#photo_carousel').jcarousel(
        {
            scroll: 1,
            start:1400,
            size: 23000,
            itemLoadCallback: mycarousel_itemLoadCallback
        }
    );
Use this and it goes BOOM!