/* loading CSS */

#mo_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
	z-index: 2000;
}

#mo_center {
	width: 100px;
	height: 100px;
	position: absolute;
	overflow: hidden;
	z-index: 5000;	
	background: url(../images/loading_pk.gif) no-repeat center center;
}