/* this css file is used by the cross-fading image transition script transitions.js */

/* default opacity for IE */
img.hmbn {
	filter:alpha(opacity=100);
	z-index:1;
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	visibility:hidden;
	filter:alpha(opacity=1);
	}
	
div.hmspc 
{
	width:1px;
	float:left;
	height:1px;
}
