
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position: absolute;
	visibility: hidden;
	margin: 1px; /* custom for saulmade.nl to recon with the 1px border around the slideImage */
	}
