jQuery( document ).ready(function(){
    jQuery('.banneri').cycle({
        timeout:4000,
        speed:1000
    });
});

