$(document).ready(function()	{ 

        
	/* photogallery */
	$("a[rel^='lightbox']").prettyPhoto({
			theme: 'facebook',
      overlay_gallery: false 
		});
});



