/**
* Standaard functies/acties	
**/
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		delay: -1000,
        prev:    '#prev',
        next:    '#next'
	});
});

