body {
	display: none;
}
#jpreOverlay {
	background-color: #000000;
}
#jpreSlide {
	font: normal 16px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	width: 50%;
	height: 50%;
}
#jpreLoader {
	width: 400px;
	height: 6px;
}
#jpreBar {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #c7aa32;
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;
}
#jprePercentage {
	color: #fff;
	font: normal 14px/15px Arial, Helvetica, sans-serif;
	text-align: center;
	top: -20px;
}
