.l-preloading	{ 
	position: absolute; z-index: 10000; 
	width: 100%; height: 100%; 
	left: 0; top: 0; 
	background:none;  
}
.lunar {width: 960px; margin: 0 auto; overflow: hidden;}
.webstreet {width:800px; margin:0 auto; padding-top:50px;}
.webstreetBar {width:190px; margin:0 auto; padding-top:50px; padding-bottom:50px;}
.lunaring {
	background-color: rgba(0,0,0,0);
	border-top:18px solid rgba(231,231,73,0.9);
	opacity:.9;
	border-right:1px solid rgba(0,0,0,0);
	border-left:1px solid rgba(0,0,0,0);
	border-radius:50%;
	box-shadow: 0 0 25px #ffff33;
	width:170px;
	height:170px;
	margin:0 auto;
	margin-top:150px;
	-moz-animation:spinPulse 6s infinite ease-in-out;
	-webkit-animation:spinPulse 3s infinite linear;
}
.ringing {
	background-color: rgba(0,0,0,0);
	border:0px solid rgba(231,230,72,0.9);
	opacity:.9;
	border-left:0px solid rgba(0,0,0,0);
	border-right:0px solid rgba(0,0,0,0);
	border-radius:50px;
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoffPulse 3s infinite linear;
	-webkit-animation:spinoffPulse 3s infinite linear;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #ffff33;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #ffff33; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

.l-out 		{ position: relative; float: left;background:none; width: 100%; min-height: 100%; z-index: 1; overflow: hidden; }
.l-out.y 	{ background: #f0f0f0; }
.l-out.b 	{ background: #f0f0f0; }

.l-in		{ position: relative; width: 960px; height: 500px; margin: 0 auto; top: -1px; z-index: 3000; border-top: solid 1px #f8f8f8; }