$(document).ready(function() { 
    $('#s1').cycle({ 
        fx: 'scrollUp'

    }); 
});

