jQuery(document).ready(function() {
    jQuery('.showcase').cycle({
        fx: 'fade'
    });
});

