$.fn.cycle.defaults.timeout = 6000;
$(function() {
    $('#s7').cycle({
		fx:     'fade',
		speed:  'fast',
		timeout: 0,
		next:   '#next2',
		prev:   '#prev2'
	});
});
