
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning.
	This is the place the second image is faded to. Without this, it will appear at the bottom during the transition */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
