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