/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
#loader {
	background: url('loading.gif') no-repeat center center;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 999;
	vertical-align: middle;
}
.elementLoader {
	background: url('loading_black.gif') no-repeat center center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 999;
	vertical-align: middle;
}

#fadeInContainer {
	left: 0;
	width: 100%;
}

