$(document).ready(function() {
	$(".imgpop").fancybox({ 'overlayShow': true });
	$(".hoofdmenu ul li").hover(function() { $(this).addClass("over"); $('.sub1', this).css('display', 'block'); }, function() { $(this).removeClass("over"); $('.sub1', this).css('display', 'none'); }); $(".hoofdmenu .sub1 li").hover(function() { $(this).addClass("over"); $('.sub2', this).css('display', 'block'); }, function() { $(this).removeClass("over"); $('.sub2', this).css('display', 'none'); });
	$("#slideview").carouFredSel({
	    width: 7000,
	    auto: true,
	    prev: { button: "#slideview_prev", key: "left" },
	    next: { button: "#slideview_next", key: "right" },
	    items: { visible: 1, width: "variable" },
	    scroll: { items: 1, duration: 500 },
	    auto: { pauseDuration: 5000 }
	});
	$('.uitgelichtitems').cycle({
	    fx: 'fade',
	    timeout: 7000,
	    speed: 400,
	    pager: '.bulletsuitgelicht',
	    pause: 1
	});
	$('.nieuwsitems').cycle({
	    fx: 'fade',
	    timeout: 7000,
	    speed: 400,
	    pager: '.bulletsnieuws',
	    pause: 1
	});
});
