/* <![CDATA[ */
		jQuery(document).ready(function($) {
			// Your puppet's here
			$(document).pngFix(); // For PNG transparency
			
			// FancyBox
			$("div#gall a").fancybox({
			  'hideOnContentClick': true
			 });
			
		});
		
/* ]]> */