/* xfade2 */
/* See Also: xfade2.js */

#imagecontainer {
	position: absolute;
	top: 2px;
	left: 0;
	text-align: center;
	width: 853px;
	height: 323px;
	margin: 0;
	padding: 0;
	background-image: url("/images/bgloader.gif");
	background-repeat: no-repeat;
	background-color: #000;
}

#imagecontainer img {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
}
