.body,body{
	display:none; 
}
#jpreOverlay {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11
}
#jpreSlide{
		font-size: 22px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	width: 100%
}
#jpreLoader{
	width: 32px;
	height: 32px;
	background: url(../img/pre-load.gif) 0 100% no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	/*margin-left: -30px*/
}
#jpreBar {
	
	background: url("../img/load.gif") no-repeat scroll -207px 100% transparent;*/
	width: 100px;
	height: 0;
	position: absolute;
	bottom: 0;
}
#jprePercentage {
	color: #888;
	text-align: center;
	position: absolute;
	height: 30px;
	width: 40px;
	bottom: -52px;
	font-size: 46px;
	color:#333;
	font-family: arial;
	
}

#jpreButton{
	padding:3px 10px;
	cursor:pointer;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	width:100px;
	margin:0 auto;
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;
	
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	
	background-color: #23a6ed;
	background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
	background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}