body{
	display:none;
}
#jpreOverlay {
	background-color:#fff;
}
#jpreSlide{
}

#jpreLoader{/*load img*/
	background:url(jpreloader.png) center top no-repeat;
/*
	padding-top:100px;
	margin-left: -15px;
	margin-top:-180px;
*/
	width:300px;
	height:150px;
	margin-top:-175px;/*減掉img高的一半*/
}

#jpreBar {
	
	/*border-radius:3px;*/
	background:transparent;
}
#jprePercentage {/*load text*/
	color:#fff;
	font-family:'Oswald',"微軟正黑體","Microsoft Jhenghei",sans-serif;
	font-weight: 300;
	text-align:center;
	font-size:30px;
	line-height:2px;
	margin-top:20px;
}