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

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

