$.fn.cycle.defaults.timeout = 6000;
$(function() {
    // run the code in the markup!
    $('#s4').cycle({
        fx:     'fade',
        speed:  500,
        timeout: 5000});
});
$(function() {
$('#s7').cycle({
    fx:    'fade',
    delay: -1000,
	speed:  500,
    timeout: 20000
		
});
});

