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

