#jpreOverlay {
	background-color:#FFF;
		
}
#jpreSlide{
	height:320px;
	position:fixed;
	top:50%;
	left:50%;
	right:50px;
	margin:-80px 50px 10px  10px;
	font-size:10px;
	font-weight:none;
	color:#000;
	text-align:center;
	width:40%;
	height:20%;
}
#jpreLoader{

	width:300px;
	height:10px;
	border:0px inset #FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#jpreBar {
	
	background:#CCCCCC;
	border-radius:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:50px;


}

#jprePercentage {
	color:#E4E4E4;
	font-size:70px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:none;
	text-align:center;
	position:fixed;
	top:-100px;