$(document).ready(function() {
    $('#banner').cycle({
        fx: 'fade',
        timeout:7000,
        speed: 3000
    });     
});

