$(document).ready(function(){
    $("a.fancybox").fancybox({
	'overlayShow': true,
	  'overlayOpacity': 0.9
	  });
  });
