$(document).ready(function() {
	//Activate FancyBox
	$("p.image a").fancybox({
		'hideOnContentClick': true
	});
});