$(document).ready(function() {
	$("a[rel='projectfoto']").colorbox({slideshow:true,transition:"none"});
	
});	
