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