In fancyBox 2, is there a key/value I could set that will disable the lightbox from closing when the user clicks the background (semi-transparent black background)?
According to the Fancybox site API you could/should use
$.fancybox({ ... 'hideOnOverlayClick' : false, ... });