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