shuffle

$('#shuffle').cycle({
    fx:     'shuffle',
    easing: 'easeOutBack',
    delay:  -4000
});

zoom

$('#zoom').cycle({
    fx:    'zoom',
	sync:  false,
    delay: -2000
});

fade

$('#fade').cycle();

turnDown

$('#slide').cycle({
    fx:      'turnDown',
    delay:   -4000
});

curtainX

$('#up').cycle({
    fx:    'curtainX',
    sync:  false,
    delay: -2000
 });

scrollRight (click)

$('#right').cycle({
    fx:      'scrollRight',
    next:   '#right',
    timeout:  0,
    easing:  'easeInOutBack'
});