#jSplash{/*Dominated by JS:jContent*/	
	/*border:0px solid red;
	line-height:1.7;*/
}

#jpreOverlay {
	/*background-image:url(../images/bg_loading.jpg);
	background-size:100% 100%;*/
	background-color:#000;
}

#jSplash bg_loading {
	position:fixed;	top:-50%;	left:-50%;	width:200%;	height:200%; background-color:#100;	z-index:100;
}	
#jSplash bg_loading img {
	position:absolute;	top:0;	left:0;	right:0;	bottom:0;	margin:auto;	min-width:50%;	min-height:50%; border:#ebebeb 0px solid
}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:50%;
	height:1px;
}
#jpreBar {	
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;
	
	background-color:#ebebeb;
		
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;	
}
#jprePercentage {
	color:#ebebeb;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:100;
	font-size:12px;
	letter-spacing:1.5px;
	text-align:center;
	text-shadow:10px 10px 10px #000;
	top:-100%;
}

#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;
}

@-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;
  }
}