/* Default opacity for IE. Required otherwise IE doesn't support 'filters' property. */
img
{
	filter: alpha(opacity=100);
}

img.smartbanner
{
	border: none;
}

/* Duplicate image positioning */
img.smartbanner_duplicate
{
	position: absolute;
	z-index: 100; /* Don't see too high, otherwise it coveres the DotNetNuke drop-down menus. */
	visibility: hidden;
	border: none;
}

