/* Image Loader CSS */


#imageLoaderSplashArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1100;
	background: #000;
}

.splashScreenImage {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1200;
}