$(function() {
    $('.img-banner').cycle({
        fx: 'fade' ,
        speed: 1000,
        timeout:  1800
    });
});
