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

