jQuery(document).ready(function(){
	$('#programme .head').click(function() {
		$(this).next().toggle('slow');
		$(this).toggleClass('active');
		return false;
	}).next().hide();
	$(".ngg-albumoverview .ngg-album:nth-child(4n+1)").addClass('first-child');
	$(".ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(6n+1)").addClass('first-child');
});
