#jpreOverlay {
	background: #fff;
}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
    width: 100%;
    height: 4px;
    background: #b3b3b3;
    position: absolute;
    bottom: 0;
}
#jSplash {
	position:relative;
	height:100%;
	width:100%;
}
#jSplash img{
	max-height:100%;
	max-width:100%;
	position:relative;
    display: none;
}
#jpreBar {
    background:#0c235a;
	
}

#jprePercentage {
	color:#333232;
	text-align:center;
	font-style:italic;
	top:500%;
	position:absolute;
    display: none;
}