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