(function($){		  
	$(function(){	
		//PrettyPhoto Gallery 	   
		$("a[rel^='gallery']").prettyPhoto();
		//Fix PNG
		$(document).pngFix();	
		//Custom jQuery
	});		  
})(jQuery);
