#shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    right: 0px;
	height: 100%;
	z-index: 300;
	background-image: url(../images/thumb-tr.png);
	text-align: center;
}

* html #shadow {
	/* hack for IE  */
	/*background-color: #33
	background-color: transparent;*/
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fo/images/thumb-tr.png',sizingMethod='scale');
    /*z-index: 300;*/
	
}

#shadow.on {
	display: block;
}

#loading {
	background: url(../images/thumb-pr.gif) no-repeat;
	position: absolute;
	left: 48%;
	top: 50px;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	cursor: pointer;
}
#window {
	background: #fff;
	padding: 5px 0;
	margin: 0 auto;
}

#window img {
}

#window p {
	margin: 0;
	padding: 10px 0;
	color: #333;
}
#window em {
	color: #999;
	display: block;
  font-size: 85%;
}
#window a {
	border: none;
	width: 21px;
	height: 21px;
}

#window a.close {
        position: absolute;
      	cursor: pointer;
	background: url(../images/close.gif) no-repeat 0 50%
}