jQuery(function($) {
    $('.banner-image').cycle({
        fx: 'fade',
        timeout: 5000
    });
});
