$(function() {
		   
	$('#banner_container').cycle({ 
		fx:    'fade'
	});
	
});
