 jQuery(document).ready(function(){
	 
	 // activate lightbox
	 jQuery("a.lightbox").fancybox();
	 
 });
