$(document).ready(function() {
    $('.left').cycle({
		fx: 'scrollLeft',
		speed:    800,
		timeout: 5000
	});
	
	$('.right .content').cycle({ 
		fx:      'scrollUp', 
		speed:    700,
		timeout: 5000
	});
	
	/* $('#involved').click(function() {
	
		if(!$(this).hasClass("closed")) {
			$(this).addClass("closed");
			$('#get-involved').animate({ "height": "0px" });
		} else {
			$(this).removeClass("closed");
			$('#get-involved').css({ "display":"block", "height": "0px" }).animate({ "height": "200px" })
		}
	
	 })
*/

});
