$(document).ready(function() {
	$("#headerImage ul").innerfade({
		containerheight: '480px',
		timeout: 4000,
		speed: 1200
	});
});
