jQuery(document).ready(function(){
    jQuery('.fotobox').innerfade({
        speed           : 'slow',
        timeout         : 4000,
        type            : 'sequence',
        containerheight : '225px'
    });
});

Shadowbox.init({
    slideshowDelay    : 3,
    animSequence      : 'hw',
    adapter           : 'jquery',
    continuous        : true,
    handleUnsupported : 'link',
    language          : 'nl',
    overlayColor      : '#000'
});

