/*
Brothercake JavaScript Image Transition Styles
----------------------------------------------
These styles are used by the script swapfade.js, to help
accomplish the crossfading image trasitions in the Gallery.
http://www.brothercake.com/
*/


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

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
