/*
 * Copyright (c) Berry Timmermans
 */


// Slideshow (the sliding thing on the frontpage)
$(document).ready(function() {
	$('.slideshow')
		.cycle({
			fx:   		'scrollHorz',
			prev:  		'#vorige',
			next: 	 	'#volgende',
			speed:		250,
	  		timeout: 	5000
	});
});
