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

