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

/* duplicate image positioning */
.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
/*	width: 1000px;
	height: 273px; */
  !filter:alpha(opacity=100);
}
