﻿/* Stop background images attached to links flickering in IE6  */

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*

html a.email {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html a.arrow {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html a.more {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html a.podcast {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html a.event_more {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html a.events_list {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

*/
