$('#s1').cycle({ 
    fx:     'scrollRight', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2' 
});

$('#s2').cycle({ 
    fx:     'scrollRight', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next3', 
});

$('#s3').cycle({ 
    fx:     'scrollRight', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next4', 
});

$('#s5').cycle({ 
    fx:     'scrollUp',  
    timeout: 0, 
    next:   '#next5', 
    prev:   '#prev5' 
});
$('#s6').cycle({ 
    fx:     'scrollRight',  
    timeout: 0, 
    next:   '#next5', 
    prev:   '#prev5' 
});


$('#s10').cycle({ 
    fx:     'scrollDown',  
    timeout: 0, 
    next:   '#next10', 
	speed:  'middle'
});

$('#s11').cycle({ 
    fx:     'scrollRight',  
    timeout: 0, 
    next:   '#next11', 
	prev:   '#prev11',
	speed:  'middle'
});

$('#S_stades').cycle({ 
    fx:     'scrollRight',  
    timeout: 0, 
    next:   '#next_stad', 
	speed:  'middle'
});

$('#s_equipes').cycle({ 
    fx:     'scrollRight',  
    timeout: 0, 
    next:   '#next_equipe', 
	speed:  'middle'
});