$(document).ready(function(){

	$('a[rel=celeb]').colorbox({
		transition: 'fade',
		speed: 500,
		current: "{current} van {total} foto's van de modelwoning"
	});

	$('a[rel=lightbox]').colorbox({
		transition: 'fade',
		speed: 500
	});

});


