$(document).ready(function() {
    $('#s1').cycle({
        fx: 'fadeZoom',
        speed: 1000,
        timeout:5000,
        pause: 1
    });
}); 