
	   $(document).ready(
				function(){	
					
					$('ul#home-banner').innerfade({
						speed: 0,
						timeout: 10000,
						type: 'sequence',
						containerheight: '260px'
					});	

			});


