﻿$(document).ready(function() {
	ieQuirks = $.browser.msie && !$.boxModel;
	if ($("#fancy_outer").length < 1) {
		$.fn.fancybox.build();
	}
});