
$(function(){

	$(".cb").colorbox({transition:"fade", top: '120px'});
	
	$('.csc-textpic-border img').shadow();
	$('.andere-projecten p:nth-child(3n+1)').addClass('third-link'); 
	
	window.setTimeout(function(){
		
			$("#clip").css('background-color', '#222222');
			
			$("#photosholder .first").fadeOut(1000);
			
			$("#photosholder .first").next().fadeIn(3000);
			
		}, 4000);
	
});
