$(document).ready(function(){
			$('#hero_fade').innerfade({
			    animationtype: 'fade',
				speed: 3000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '360px'
			});		
});
