$(document).ready(function() {


	$('#header').cycle({
		fx:     'fade', //blindX
		speed: '1500',
		timeout: '5000',
		random: 1,
		next: '#header img'
	   });	

	$("#menu ul li a").hover(function() {
		$(this).stop().animate({ paddingRight: "21px" }, 200 );

	} , function() { 
		$(this).stop().animate({ paddingRight: "0px" }, 200 );

	});
	$("#menu ul li a.on").hover(function() {
		$(this).stop().animate({ paddingRight: "21px" }, 200 );

	} , function() { 
		$(this).stop().animate({ paddingRight: "21px" }, 200 );

	});	

	$("#search_form .search_leeftijdsgroepen strong, #search_form .search_disciplines strong").click(function() {
		$(this).parent(".search_leeftijdsgroepen").find('ul').toggle();
		$(this).parent(".search_disciplines").find('ul').toggle();
		//$(".content").stop().animate({ left: "5px" }, 1500);
		//$(".zapper").css({ display: "block" });
	});  

				   
});

$(function() {
					$('a.lightbox').lightBox({
					
					overlayBgColor: '#3e3339',
					txtImage: 'Foto',
					txtOf: 'van'

					
					});
});

				
