$(document).ready(function() {
	$('.foto a').lightBox({
        txtImage: 'Afbeelding',
     	txtOf: 'van'
    });	
});