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