.right-col .ad .ad-holder {
	margin-top: expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight) /2 + "px") : "0");
}