jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        start: 5,
        scroll: 1
    });
});
