$(document).ready(function() {
  $("a.grouped_elements").fancybox(
  {
    'overlayOpacity'  :  '.6'
  });
});

