$(function(){
		$("#banner").faded({
			speed: 400,
			crossfade: true,			
			sequentialloading: true,
			autoplay: 4000	});
		
		$("#banner li img").show();

	});

