jQuery(function() {
	jQuery('#fader').innerfade({
		speed: 2500,
		timeout: 5500,
		type: 'sequence',
		containerheight: '475px'
	});
});
