$(document).ready(function() {
	Shadowbox.init({});
   $('#BANNER').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 5000,
		cleartype: true,
		cleartypeNoBg: true
	});
	
});



