

$(document).ready(function() {
	$(".imgpop").fancybox({ 'overlayShow': true });
	    $('.animatie').cycle({
		fx: 'fade',
        pager:  '.nav',
		slideExpr: 'img'
	});
});
