$(document).ready(function() {
	
/* ANIMATION CYCLE */						   
$('#banner').cycle({
fx: 'fade', 
speed: 1500,
timeout: 3000,
pause: 1 
});

	});
