$(document).ready(function() {


$("#uitklaplinks").toggle(function () {

 $("#uitklaplinks p").show('fast');	   
//$("#uitklaplinks p").css({"display":"block"});
},
function() {

 $("#uitklaplinks p").hide('fast');	   
// $("#uitklaplinks p").css({"display":"none"});
 });

/*$(window).bind("load", function() {
	$("div.advers").slideViewerPro({
		galBorderWidth: 0,
		autoslide: true, 
		thumbsVis: false,
		shuffle: false
		});	
	

});

$('.slideshow').cycle({
				fx: 'fade',
				speed: 2500,
				timeout: 1000
			});


$('.slideshow').innerfade({ animationtype:  'fade',
						  		speed: 2500,
								timeout: 1000,
								type: 'sequence', 
								containerheight: 'auto',
								runningclass: 'innerfade'
								) }); 

 $('.slideshow').innerfade({ animationtype: 'slide', 
						   	speed: 750, timeout: 2000, 
							type: 'random',
							containerheight: '1em' }); 
 


*/
 $('.slideshow').innerfade({ animationtype: 'fade', 
						   	speed: 750, timeout: 2000, 
							type: 'sequence',
							containerheight: '106px' }); 
 
 $('.fotogallerij').innerfade({ animationtype: 'fade', 
						   	speed: 750, timeout: 2000, 
							type: 'sequence',
							containerheight: '145px' }); 
 
 });

