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

/* duplicate image positioning */
img.idupe {
	float:right;
	clear:both;
	visibility:hidden;
	width:400px;
	height:300px;
	margin-top: -300px;
	}

