$(document).ready(function(){
	
	// VJUSTIFY
	$(".jqColumn").vjustify();
	// END VJUSTIFY
	
	// SUPERFISH
	$('ul.sf-menu').superfish({
		delay:			250,
		animation:		{opacity:'show',height:'show'},
		pathClass:		'current',
		pathLevels:		0,
		speed:			'fast',
		autoArrows:		false,
		dropShadows:	false
	});
	// END SUPERFISH

	// JQUERY-ROUNDCORNERS-CANVAS
	$('.jrc_10').corner("10px");
	$('.jrc_5').corner("5px");
	$('.jrc_b10').corner("10px bottom");
	$('.jrc_t10').corner("10px top");
	// END JQUERY-ROUNDCORNERS-CANVAS
	
	// BIGTARGET
	// $('.wrapItem.bigTarget a').bigTarget({
	//	hoverClass: 'over', // CSS class applied to the click zone onHover
	//    clickZone : 'div:eq(0)' // jQuery parent selector
	// });
	// END BIGTARGET

	// PNG FIX
	$(document).ready(function(){ 
	$(document).pngFix(); 
	}); 
	// END PNG FIX

});



	Shadowbox.loadSkin('classic', '/shadowbox/skin');
	Shadowbox.loadLanguage('nl', '/scripts');
	Shadowbox.loadPlayer(['img', 'flv'], '/shadowbox/player');
	window.onload = Shadowbox.init;
