$(function() {
	$('#project').cycle({ 
	    fx:     'fade', 
	    speed:   200, 
	    timeout: 10000, 
	    next:   '#next-proj', 
	    prev:   '#prev-proj' 
	});
	$('.testimonials').cycle({
		fx:     'fade', 
	    speed:  'fast', 
	    timeout: 8000
	});	  	
});


