.wraper-c {
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-wraper-c.png', sizingmethod='scale');
}
.wraper-b {
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-wraper-b.png', sizingmethod='crop');
}
#header h1 a {
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/logo.png', sizingmethod='crop');
}
#header-nav ul li a{
	padding-right: expression( (this.parentNode===this.parentNode.parentNode.childNodes[0]) ? "11px" : "16px");
	background-image: expression( (this.parentNode===this.parentNode.parentNode.childNodes[0]) ? "url(images/bg-header-nav-el.gif)" : "auto");
}
#carusel ul li div img{
	margin-top: expression(this.parentNode.offsetHeight > this.offsetHeight ? ((this.parentNode.offsetHeight-this.offsetHeight)/2 + "px") : "0");
}