* html .png_scale{
	behavior: expression(
			  (this.runtimeStyle.behavior="none")&&
			  (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
				this.src = document.getElementsByTagName('base')[0].href+"images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
				this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
			 );
}

* html .png_crop{
	behavior: expression(
			  (this.runtimeStyle.behavior="none")&&
			  (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
				this.src = document.getElementsByTagName('base')[0].href+"images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
				this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
				this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
			 );
}



* html .png_scale a,
* html .png_scale input,
* html .png_scale textarea,
* html .png_scale .cliquable
{
    position:           relative;
    z-index:            1;    
}


* html .png_crop a,
* html .png_crop input,
* html .png_crop textarea,
* html .png_crop .cliquable
{
    position:           relative;
    z-index:            1;    
}
