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