$(document).ready(function(){
	
	 $('#slider').nivoSlider({
        effect:'fade',
        slices:7,
        animSpeed:800,
        pauseTime:8000,
        directionNav:true,
        directionNavHide:false,
        controlNav:false,
        controlNavThumbs:false,
        controlNavThumbsFromRel:false        
    });
    
    $('#content_home').equalHeights();
    
    $("#biggest").click(function() {
    	$("BODY").addClass("biggerfont");
    });
    
    $("#standard").click(function() {
    	$("BODY").removeClass("biggerfont");
    });
    
    $(".bigbuttons > DIV").hover(function() {
        $(this).not(".active").animate({"borderTopColor": "#A8A8A8", "borderRightColor": "#A8A8A8", "borderBottomColor": "#A8A8A8", "borderLeftColor": "#A8A8A8"}, 1000);
    }, function () {
        $(this).not(".active").animate({"borderTopColor": "#CACACA", "borderRightColor": "#CACACA", "borderBottomColor": "#CACACA", "borderLeftColor": "#CACACA"}, 300);
    });

    $("a.zoom").fancybox({
		'speedIn' :	500,
		'speedOut' : 500,
		'overlayColor' : '#000',
		'overlayOpacity' : 0.8,
        'transitionIn' :   'elastic',
        'transitionOut' : 'elastic',
		'easingIn' : 'easeOutBack',
		'easingOut' : 'easeInBack',
        'showNavArrows' : true
	});
	
	$(".hiddenlink").fancybox().trigger('click');
	
	if ($("#vakantiemelding").length && !($.cookie("vandermale.info"))) {
		$(document.body).prepend('<div class="overLay"></div>');
		$("#vakantiemelding").slideDown(2000);
	}
	
	$(".closemsg").click(function() {
		$("#vakantiemelding").slideUp(600);
		$(".overLay").fadeOut('slow').remove();
		$.cookie("vandermale.info", "vakantiemelding")
	});

});
