/********* Page Grey Effect **********/
div.page_dim {
	position: absolute;
	overflow: hidden;
	width: 10px; height: 10px;
	left: -10px; top: -10px;
	z-index: 100;
	opacity: .7; /* CSS3 */
	filter: alpha(opacity=70); /* IE5.5+ */
	background-color: #FFFFFF;
}
iframe.page_dim {
	display: block; 
	z-index: 90; 
	filter: alpha(opacity=0); 
	width: 10px; height: 10px;
	left: -10px; top: -10px;
	position: absolute; 
}
img.loading{
	width: 35px; height: 48px;
	display: block; 
	z-index: 110;
	left: -10px; top: -10px;
	position: absolute; 
}