#jpreOverlay {

background: -moz-radial-gradient(center, ellipse cover,  rgba(252,255,244,1) 0%, rgba(223,229,215,0.88) 40%, rgba(180,191,174,0.7) 99%, rgba(179,190,173,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,0.88)), color-stop(99%,rgba(180,191,174,0.7)), color-stop(100%,rgba(179,190,173,0.7))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,255,244,1) 0%,rgba(223,229,215,0.88) 40%,rgba(180,191,174,0.7) 99%,rgba(179,190,173,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(252,255,244,1) 0%,rgba(223,229,215,0.88) 40%,rgba(180,191,174,0.7) 99%,rgba(179,190,173,0.7) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(252,255,244,1) 0%,rgba(223,229,215,0.88) 40%,rgba(180,191,174,0.7) 99%,rgba(179,190,173,0.7) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(252,255,244,1) 0%,rgba(223,229,215,0.88) 40%,rgba(180,191,174,0.7) 99%,rgba(179,190,173,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3b3bead',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:300px;
	height:25px;
	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:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #333;
	top:-100%;
}