    

$(document).ready(function(){                   

    $('div.scroller').animate( {width:'100%'},{duration: 2000,scope:"01", preDelay: 280, queue: "global",complete: function(){ 
        $('div.enter').fadeIn('slow');
    }});
    
});

