* html body {width:expression(document.documentElement.clientWidth < 962 ? "962px" : "auto");}

* html #header .info-box ul li,
* html .threeblocks .hold .box{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 );}
* html .twocolumn .hold .box{z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 );}
* html .demo-block .scroll-box{
	overflow-x:auto;
	overflow-y:hidden;
}
.demo-block .scroll-box{
	overflow-x:auto;
	overflow-y:hidden;
}