$(document).ready(function(){
	$('a[rel*=lightbox]').lightBox	(
	{		
		overlayBgColor: '#000000',		
		overlayOpacity: 0.8,		
		containerResizeSpeed: 500,		
		txtImage: 'Afbeelding',		
		txtOf: 'van de'
	});	
});
