
/* /site/js/jquery/jquery.innerfade.js */
$(document).ready(function() { 
						   
    $('.lightbox').lightBox();


	$("div#fotobaan_tumb img").click(function() {
		  $("div#fotobaan_tumb img").attr("class","tumb_image");
		  $(this).attr("class","tumb_image_active");
		  $("body").css("background-image", "url(/site/images/fotobaan/"+$(this).attr('loadimageid')+"_GR.jpg)");   
		  //$("#head_container").fadeOut();
		  $("#head_container").css("background-image", "url(/site/images/fotobaan/"+$(this).attr('loadimageid')+"_kl.jpg)");   
		  //$("#head_container").fadeIn();
	});

});






