$(document).ready(function() {
	$('#scroller').cycle({
		fx: 'scrollUp', 
		timeout: 7000
	});
});
