
 
$(document).ready(function () {
	$('#testimonialsRotate').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'sequence',
				containerheight: '75px'

	});
   
});