﻿$(document).ready(function () {
    $("#rightFotozone").cycle();

    $(".fotoThumb a, .KamerFotoZone a").fancybox({
        'hideOnContentClick': false,
        'overlayShow': true,
        'overlayColor': '#000000',
        'overlayOpacity': 0.8,
        'padding': 2,
        'centerOnScroll': true,
        'titleShow': false
    });

    $(".bookPopup").fancybox({
        'hideOnContentClick': false,
        'overlayShow': true,
        'overlayColor': '#000000',
        'overlayOpacity': 0.8,
        'padding': 2,
        'centerOnScroll': true,
        'titleShow': false,
        'type': 'iframe',
        'height': 600
    });

    $(".Nieuwsitem h2, .kamerheader").click(function () {
        $(this).next().stop().slideToggle();
    });
});
