jQuery(document).ready(function(){
	jQuery('.fotobox').innerfade({
		speed           : 'slow',
		timeout         : 4000,
		type            : 'sequence',
		containerheight : '247px'
	});
	
	jQuery('.fotoboxkaal').innerfade({
		speed           : 'slow',
		timeout         : 4000,
		type            : 'sequence',
		containerheight : '247px'
	});
	
	Shadowbox.init({
		slideshowDelay    : 3,
		animSequence      : 'hw',
		adapter           : 'jquery',
		continuous        : true,
		ext               : {
			img : ['png', 'jpg', 'jpeg', 'gif', 'bmp', 'php']
		},
		handleUnsupported : 'link',
		language          : 'nl',
		overlayColor      : '#000'
	});
});
