jQuery(function() {
	jQuery("img[rel]").overlay({
		onBeforeLoad: function() {
			this.getOverlay().appendTo('body');
		}
	});
});
