	$(document).ready(function() {
		$("div#fancy a").fancybox({
			'titleShow':false,
			'zoomSpeedIn':	800, 
			'zoomSpeedOut':	700, 
			'imageScale' : true,
			'centerOnScroll': 	true,
			'hideOnContentClick' : true,

			'zoomOpacity': 	true
		});

		$('#s1').cycle({
			fx:'fade',
			speed:'200'
		});
		$('#s2').cycle({
			fx:'fade',
			speed:'200',
			delay:100
		});
		$('#s3').cycle({
			fx:'fade',
			speed:'200',
			delay:200
		});
		$('#s4').cycle({
			fx:'fade',
			speed:'200',
			delay:300
		});
		$('.specials_banner').cycle({
			fx:'fade',
			speed:'1000',
			containerResize: false 
		});
	});