jQuery(document).ready(function(){
	Shadowbox.init({
		slideshowDelay    : 3,
		animSequence      : 'hw',
		adapter           : 'jquery',
		continuous        : true,
		ext               : {
			img : ['png', 'jpg', 'jpeg', 'gif', 'bmp', 'php']
		},
		handleUnsupported : 'link',
		language          : 'nl',
		overlayColor      : '#000'
	});
});