$(document).ready(function() {
	$('#s6').cycle({ 
	    fx:     'scrollUp', 
	    timeout: 6000, 
	    delay:  -2000 
	});
});