$(function() {
    // run the code in the markup!
    $('#s4').cycle({
        fx:     'fade',
		speedIn:   1000,   
    	speedOut: 1000,
        timeout: 5000
    });
});
