/* Cascading Style Sheet - Zorn */
/* $Id: xfade2.css,v 1.1 2007/11/25 22:37:42 pete Exp pete $ */

/* ******************************************************************************* */
/* used by the image fade effect - xfade2 */

#imagecontainer {
	position: relative;
	width: 800px;
	height: 170px;
}

#imagecontainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

