
/* default opacity for IE */
img {
	/*
	filter:alpha(opacity=100);
	*/
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	top: 0;
	left: 0;
	z-index:30000;
	visibility:hidden;
}
