$(function() {
    $('#imageCarousel').cycle({
        fx: 'fade',
        speed: 3000,
        timeout: 20000
    });
});