$(document).ready(function() {
	$('#array-captions').innerfade({ 
		animationtype: 'fade',
		speed: 'slow', 
		timeout: 8000, 
		type: 'sequence' 
		});
		
	}); 