$('#s2').cycle({
    fx:     'fade',
    speed:  '20',
    timeout: 9000,
    next:   '#next2',
    prev:   '#prev2',
	pause:   1
});