jQuery(document).ready(function() {
    jQuery("#mycarousel").jcarousel({
        scroll: 5,
        visible: 5
    });
});
