$(function() {

    $('#s1').cycle({
    fx:     'fade',
    speed:   400,
    timeout: 8000,
    pause:   1

  
    });



});
