$(document).ready(function(){
	$('div.InfoPages01Detailfoto a').each(function(){
		$(this).attr('rel', 'DCpopup');
	});
	$('a[rel="DCpopup"]').colorbox();
});

