@charset "utf-8";
/* CSS Document */
/* Eshot360 V2 */
body,html
{
	width:100%;
	height:100%;
	margin:0;
	overflow:hidden;
}

#photoContainer
{
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
	 user-select: none; 
}

#intP
{
	width:auto;
	height:100%;
	display:block;
	margin:auto;
}

#splash
{
	display:table;
	width:100%;
	height:100%;
}
#splashP
{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	color:#666;
        font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
#cachePhotos
{
	display:none;
}