Yes, this is due to incompatibility of Fancybox with new jQuery.
My theme loads jQuery 1.9.0 and Fancybox gives errors:
b.browser is undefined
in Firefox,
Cannot read property 'msie' of undefined
in Chrome.
Changed jQuery to 1.8.0, error is gone.
Please fix.