$(document).ready(function () {
	$('#hardwood_copy').hide().width(0);
	
	$('#food_shots').innerfade({
		animationtype: 'fade',
		speed: 1000,
		timeout: 6000,
		type: 'sequence',
		containerheight: '615px'
	});

});