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

#ximagecontainer {
	/* NOTE: the first the values are inline for this div, so they load immediately */
	/* any changes here will be overridden inline on the index.php page */
	position: absolute;
	top: 0;
	right: 0;
	/* other stuff controlled here */
	text-align: right;
	width: 512px;
	height: 323px;
	margin: 0;
	padding: 0;
	background-image: url("/images/bgloader.gif");
	background-repeat: no-repeat;
	background-color: #000;
}

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