
	// jquery scripts
	$(document).ready(function () {

		// lightbox laten werken
		$('a.lightbox').lightBox();
		
		// slideshow
		$('#slideshow').cycle({ 
		    fx:    'fade', 
		    speed:  3000,
		    pause: 	1 
		 });		
  
	});	
	
	// voor het gebruik van exotische font gebruiken we Cufon
	 //Cufon('.cufon');	