// Fotoshuffle op de pagina's 'een_stap.html' en 'contact.html' en 'bouwstukken.php'

				$(document).ready(function() {
					$('.shuffle').cycle({
		    			fx: 'shuffle',
						shuffle: {top: 15, left: 300
						}
					});
				});
