(function($) {
	$(document).ready(function() {
		$('.thumbnails .thumb .image a').each(function() {
			if ($(this).attr('href').match(/\?/)) {
				$(this).attr('href', $(this).attr('href')+'&type=710');
			} else {
				$(this).attr('href', $(this).attr('href')+'?type=710');
			}
			$(this).colorbox({rel:'album',preloading:true,close:'Sluiten',scrolling:false,current:'Foto {current} van {total}'});
		});
	});
})(jQuery);

