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