(function ($) {
if ($.modalDialog && $.modalDialog._isContent) {
throw new Error("Attempt to load jquery.modalDialogContent.js in the same window as jquery.modalDialog.js.");
}
var MARGIN = 10; // @see MARGIN in jquery.modalDialog.less
var STARTING_TOP = "-700px";