jQuery('.scrollbox').scrollable({
	size  : 3,
	loop  : true,
	speed : 1000,
	circular : true
});

jQuery('.polaroid-container ul#polaroid-list').innerfade({
	speed: 'slow',
	timeout: 6000
});

Shadowbox.init({
	slideshowDelay    : 3,
	animSequence      : 'hw',
	adapter           : 'jquery',
	continuous        : true,
	handleUnsupported : 'link',
	language          : 'nl',
	overlayColor      : '#000'
});






