#overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #fff;
	display:none;
	/*opacity: 0.8;
  filter: alpha(opacity = 80);
  zoom: 1;*/

}

#kartka {
	position: absolute;
	z-index: 102;
	top:50%;
	left:50%;
	display:none;
}

/** html #overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}*/

/** html #advert {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}*/

