$(document).ready(function() {
	$("div.fotoboekcorner div.fotos a").fancybox({
		'titleShow'     : false
	});
});