try {
	jQuery(function($) {
		jQuery('document').ready(function() {

			$('#menu-banners .banners-2').cycle({
				fx: 'fade'
			});

		});
	});
}
catch(exception) {
}

