$(function() {  
	$('#banner').show();
	$('#banner').cycle({  
		fx		: 'fade',  
		timeout	: 2500,  
		speed	: 500
	});
});
