$(function() {
	Cufon.replace('#menu .menulevel_1, .pagetitle', {fontFamily: 'Impact'});
	Cufon.replace('#content_side #diensten_list li', {fontFamily: 'Univers 57 Condensed'});

	$(".opengallery").click(function(e)
	{
		$(this).parents(".project_imgs").find(".shadowClick").click();
		e.preventDefault(); 
		
	});
	
	$(".project_imgs").each(function(){
		var $id = $(this).find(".project_img").attr("id");

		$("#" + $id).cycle({
			pager:  	'#project_img_nav_' + $id,
			slideExpr:	'div'
		});
	});

});


Shadowbox.init({
	handleOversize:     'drag',
	resizeDuration:		0.35,
	fadeDuration:		0.10,
	overlayOpacity:		0.6,
	language:  	 		"nl",
	players:			["img","iframe","html"]
});


