

/* default opacity for IE */

img {

	/*

	filter:alpha(opacity=100);

	*/

}



/* duplicate image positioning */

img.idupe {

	position:absolute;

	top: 0;

	left: 0;

	z-index:99;

	visibility:hidden;

}


