$('#s5').cycle({ 
    fx:    'fade', 
    speed:  3000 , timeout: 1500 
 });



$('#s1').cycle({ 
    fx:    'fade', 
    speed:  5000 , timeout:  5000 
 });
$('#s2').cycle({ 
    fx:    'fade', 
    speed:  5500 , timeout:  14000 
 });
$('#s3').cycle({ 
    fx:    'fade', 
    speed:  6000 , timeout:  7000 
 });