$(document).ready(
			function(){
		
				$('ul#banner').innerfade({
					speed: 'slow',
					timeout: 6000,
					type: 'sequence',
					containerheight: '220px'
				});	});
