#jpreOverlay {
	background-color: #FFF;
}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:100%;
	height:2px;
	/*border:1px inset #888;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;*/
}

#jpreBar {
	background:#0DA1D5 url(../images/bar.png);
	/*border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;*/
}

#jprePercentage {
	color:#ccc;
	font-family: 'Quicksand', sans-serif;
	text-align:center;
	font-size: 50px;
	font-weight: 300;
	top:-5%;
}