// Home

$(function() {
	$('#nextEvents').css({
		overflow:'hidden'
	}).cycle({
		fx: "scrollUp",
		pause: 1,
		speed: 1300,
		timeout: 5000
	});
});