#jpreOverlay {
    background: #fff;
    background-image: url(../images/loading.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
    display: none;
}
#jpreLoader{
	width:100%;
	height:4px;
	background:#444;
	position:absolute;
	bottom:0;
}
#jSplash {
	position:relative;
	height:100%;
	width:100%;
}
#jSplash img{
	max-height:100%;
	max-width:100%;
	position:relative;
}
#jpreBar {
	background:#D91E18;
	
}

#jprePercentage {
    color: #333232;
    text-align: right;
    font-style: italic;
    bottom: 0;
    height: 50px;
    padding: 0 15px 0 0;
    display: block;
    font-size: 30px;
    position: fixed;
    right: 0;
}