Displaying div from custom-post-type in Fancy Box

This follow-up no longer seems to fit here in WordPress Answers, but here’s what I think:

  1. Close button works fine for me on all thumbnails (Chrome 16 on Mac);
  2. The thumbnails which did not work need to be <a class="fancybox"..., which they weren’t;
  3. You can probably try a CSS-only alternative for hiding scrollbars, which is overflow: hidden; since your using iframe fancyboxes, you might want to precede the element which you want to suppress scrollbars with #fancybox-wrap or #fancy_outer or something on those lines, so you can remove those scrollbars only when the page is rendered inside a fancybox;