// JavaScript Document
$(function(){
	
	$("a[rel=sfeerbeelden]").fancybox({
		'titleShow'     : false
	});
	
});
