* html #studio-schedule .schedule .frame,
* html #footer .inner {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
));

}

* html #banners {
	padding-bottom: 13px;
}

* html #studio-schedule .schedule .new {
filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.firstChild.src + ", sizingMethod=scale)");
width: expression(this.firstChild.clientWidth+"px");
height: expression(this.firstChild.clientHeight+"px");
}
* html #studio-schedule .schedule .new img { visibility: expression("hidden"); }

/*#tweets { background: transparent url('../images/timeline-bg-ie.png') no-repeat\9; }*/