$(document).ready(function(){
						   
	loadGoogle();
	
	$("#startpictures a").fancybox({
		'hideOnContentClick': true
	});
			
});


