$( document ).ready( function() { 
	$('section#testimonial ul').innerfade({
		animationtype: 'fade',
		speed: '6000',
		timeout: '8000',
		type: 'sequence',
		containerheight: 130
/* 		runningclass: 'innerfade' */
	});
});
