$('#s1').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next1, #s1',
    prev:   '#prev1' 
});

$('#s2').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next2, #s2',
    prev:   '#prev2' 
});

$('#s3').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next3, #s3',
    prev:   '#prev3' 
});

$('#s4').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next4, #s4',
    prev:   '#prev4' 
});

$('#s5').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next5, #s5',
    prev:   '#prev5' 
});

$('#s6').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next6, #s6',
    prev:   '#prev6' 
});

$('#s7').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next7, #s7',
    prev:   '#prev7' 
});

$('#s8').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next8, #s8',
    prev:   '#prev8' 
});

$('#s9').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next9, #s9',
    prev:   '#prev9' 
});

$('#s10').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next10, #s10',
    prev:   '#prev10' 
});
