$(document).ready(function() {		   

	$("a[rel=fotoboek]").fancybox();
	$("a.fancybox").fancybox();
	
});
