jQuery(document).ready(function() {
    	jQuery('#mycarousel').jcarousel({
		
		scroll: 1,
		start: 1 ,
        visible: 1,
		animation:1500,
		auto:4,
		wrap: "last",
		easing: 'BounceEaseOut'
	});
});
