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