
	$(document).ready(function() {
		/*
		$("#body_content a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	200, 
			'zoomSpeedOut':	200, 
			'overlayShow':	true,
			'overlayOpacity': 0.3,
			'imageScale': true
		});
		*/
		
		$(".itemdescription a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	200, 
			'zoomSpeedOut':	200, 
			'overlayShow':	true,
			'overlayOpacity': 0.3,
			'imageScale': true
		});
		
		$("#cakes a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	200, 
			'zoomSpeedOut':	200, 
			'overlayShow':	true,
			'overlayOpacity': 0.3,
			'imageScale': true
			
		});
		
		$("#cupcakes a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	200, 
			'zoomSpeedOut':	200, 
			'overlayShow':	true,
			'overlayOpacity': 0.3,
			'imageScale': true
			
		});
		
		
		$(".photocaption_horizontal a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	200, 
			'zoomSpeedOut':	200, 
			'overlayShow':	true,
			'overlayOpacity': 0.3,
			'imageScale': true
		});
		
		$(".cupcake_gallery a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	200, 
			'zoomSpeedOut':	200, 
			'overlayShow':	true,
			'overlayOpacity': 0.3,
			'imageScale': true
		});

	});

