$(document).ready(
		function(){

			$('#animals').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'sequence',
				containerheight: '5px'
			});
			
		}
	);