$(document).ready(function()			{

Cufon.replace('.menu ul li a', { hover: true });
Cufon.replace('h1, h2', { hover: true, textShadow: '#aed947 1px 1px' });


	$('.fotos').cycle({
		fx:     'scrollVert',
		timeout: 0,
		next: '.prev',
		prev: '.next',
		random: 0
	});	

/*	$("#container #content .fotos-nav div").hover(function() {
		$(this).stop().animate({ opacity: "1"  }, 200 );
	} , function() { 
		$(this).stop().animate({ opacity: ".6"  }, 200 );
	}); */

					$(".openextra").click(function() {
						//$(".youtube_fader").css({ display: "block" });
						$(".extratimes").slideToggle();
					});  
					
	
});
$(function() {
			$('#container #content .fotos .set .foto a, #fotos-display .foto a, .infotd a, #container #content .informatie-content .info-fotos .foto a').lightBox({
			
					overlayBgColor: '#7e409e',
					txtImage: 'Foto',
					txtOf: 'van',
					imageBtnClose: '/images/lightbox-btn-close.gif',
					imageBtnPrev: '/images/lightbox-btn-prev.gif',
					imageBtnNext: '/images/lightbox-btn-next.gif',
					imageLoading: '/images/lightbox-ico-loading.gif'
			
			
			});
});
				
