#jpreOverlay {
	background-color: rgba(14,65,125,.9);
	position:absolute;
	width:100%;
	height:100%;
}
#jpreSlide{
	font-size:22px;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:300px;
	height:0px;
	background:rgba(255,255,255,.5);
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}

#jpreBar {
	background:#222;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}

#jprePercentage {
	color:rgba(255,255,255,.5);
	z-index:-1;
	font-family: 'Raleway',sans-serif;
	font-weight: 300;
	text-align:center;
	margin-top:10px;
	font-size:96px;
	margin-top:-60px;
/*	display: none;*/
}

#jSplash{
	line-height:200%;
}

#jSplash section{
	padding:0;
	display:block;
	background:none !important;
}