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