body{
	display:none;
}

#jpreOverlay {
	background-color: #000;
}

#jpreSlide {
	font-size: 0.75em;
	color: #888;
	text-align: right;
	width: 98%;
	height: 99%;
}

#jpreLoader {
	width:64%;
	height:100%;
}

#jpreBar {
	background-color:#222;
	background: url(../gfx/bgrtile.jpg) top left;
	background-size: 20%;

	animation: progress 8s linear infinite;
	-moz-animation: progress 8s linear infinite;
	-webkit-animation: progress 8s linear infinite;
	-ms-animation: progress 8s linear infinite;
	-o-animation: progress 8s linear infinite;
}

#jprePercentage {
	color:#ddd;
	font-family:  'Expletus Sans' , verdana, arial, helvetica, helve, sans-serif;
	font-size: 1em;
}
