@charset "utf-8";
/* CSS Document */

.Yinfinite .Yinfinite-inner{
	width:100%;
	text-align:center;
	height:25px;
	background:#B8E4EB;
	border-top:#B8D7ED 1px solid;
	border-bottom:#B8D7ED 1px solid;
	color:#FFFFFF;
	font-family:Arial;
	text-shadow: 0 0 2px #878787;
	padding-top:10px;
	font-weight:bold;
	cursor:pointer;
 }
 .Yinfinite .Yinfinite-inner-loading{
	  /*background-image:url('../images/loading45.gif');*/
	  width: 130px;
	  height: 83px;
	  background-size: 130px;
	  position: fixed;
	  top: 90%;
	  left: 47%;
	  
  }