jQuery('#bannerImages')
        .cycle(
        {
            fx: 'fade',
            speed: 2500,
            timeout: 5000
        });
