$(document).ready(function() {
  $("a.group2").fancybox({
 'hideOnContentClick': false,
 'overlayShow' : true,
 });
});