$(function(){
	$('#cboxPhoto').live('click', $.fn.colorbox.close);
});

$(document).ready(function(){
	$(".colorbox").colorbox();
	$(".youtube").colorbox({iframe:true, width:650, height:550});  //for linking directly to youtube videos
	$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});  //outside webpage reference
	$(".single").colorbox();
	$("a[rel='groep']").colorbox({
		slideshow:false,
		slideshowSpeed: 300000,
		slideshowStart: "Start diashow",
		slideshowStop: "Stop diashow",
		current: "Project {current} van {total}",
		previous: "Vorige",
		next: "Volgende",
		close: "Sluit"
	});
	$(".webdesign").colorbox({width:"50%", inline:true, href:"#webdesign"});
	$(".mobiel").colorbox({width:"50%", inline:true, href:"#mobiel"});
	$(".cms").colorbox({width:"50%", inline:true, href:"#cms"});
	$(".slicen").colorbox({width:"50%", inline:true, href:"#slicen"});
	$(".zoekmachine").colorbox({width:"50%", inline:true, href:"#zoekmachine"});
	$(".crossbrowser").colorbox({width:"50%", inline:true, href:"#crossbrowser"});
	$(".grafisch").colorbox({width:"50%", inline:true, href:"#grafisch"});
	$(".logo").colorbox({width:"50%", inline:true, href:"#logo"});
	$(".flyers").colorbox({width:"50%", inline:true, href:"#flyers"});
	$(".hosting").colorbox({width:"50%", inline:true, href:"#hosting"});
	$(".domein").colorbox({width:"50%", inline:true, href:"#domein"});				
});