/*-  PREVENT BACKGROUND IMAGE FLICKER ON HOVER
----------------------------------------------------------------------*/
html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img,
.pngfix {
  /* relative to the html location */
  behavior: url(/scripts/css/_patches/iepngfix.htc)
}

#right-column {
  overflow: hidden;
}