jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        // Configuration goes here
        visible: 3,
	animation: 1000
    });
});

