This code runs in IE8/9 (including in Standards mode) despite them actually supporting fixed position. As a result, IE8/9 users can scroll the page and the darkened overlay is only partially, or not at all visible.
if (guiders._isIE) {
$("#guiders_overlay").css("position", "absolute");
}