$(document).ready(function() {
	$('#contact').cycle({ 
	    fx:      'scrollDown', 
	    speed:    300, 
	    timeout:  15000 
	});
	$('#groups').cycle({ 
	    fx:      'scrollUp', 
	    speed:    300, 
	    timeout:  14000 
	});
	$('#video').cycle({ 
	    fx:      'scrollDown', 
	    speed:    300, 
	    timeout:  13000 
	});
	$('#photos').cycle({ 
	    fx:      'scrollUp', 
	    speed:    300, 
	    timeout:  12000 
	});
	$('#live-video').cycle({ 
	    fx:      'scrollDown', 
	    speed:    300, 
	    timeout:  11000 
	});


});