	$(document).ready(function(){
		$('#project').innerfade({
			speed: 1700,
			timeout: 10000,
			type: 'sequence',
			containerheight: '275px',
			containerWidth: '1000px'
		});
		$('.testimonials').innerfade({
			speed: 500,
			timeout: 15000,
			type: 'sequence'
		});
	});