$('#s1').cycle({ 
    fx:     'fade', 
    speed:  '400', 
    timeout: 6000, 
    next:   '#next', 
    prev:   '#prev' 
});
