/*
--------------------------------------------------------------------------------
Enables the IE PNG fix.

visibility turned off in IE to prevent initially showing ugly grey backgrounds.
--------------------------------------------------------------------------------
*/
img {
	_visibility: hidden;
	behavior:	 url("pngbehavior.htc");
}