jQuery(document).ready(function() {
    jQuery('#showcase').jcarousel({
        scroll: 1,
		auto: 2,
        wrap: 'last',
		easing: 'easeOutExpo',
        animation: 1000
    });
});