#boxASPHead { 
	position: relative;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #333;
	z-index: 888;
	opacity: 0.8;
}
#boxASP {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0 0 0 0;
	white-space: nowrap;
    text-align: center;
	z-index: 889;
	background-color: transparent;
}

#boxASP:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}

#boxDiv {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
	position: relative;
	z-index: 777;
}
.zoomClose {
	display: block; margin: 5px; width: 22px; height: 22px;
	background-color: #FFF; border-radius: 7px;cursor: pointer;
	position: absolute; top: -15px; right: -15px; top: 14px; right: 35px;
	border: 1px solid #777; border-radius: 4px; /* transparent */
	background: transparent url("http://foroom.ru/2012/images/dele.png") no-repeat scroll center center;
}
.zoomClose:HOVER { border: 1px solid orange; }
.zoomLoadImgComent {
	color: transparent;
	font-weight: bold;
	padding: 21px 0;
	background-color: #333;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; opacity: 0.5;
}
.zoomLoadImgComentTetx {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; color: #FFF;
	color: #FFF;
	font-weight: bold;
	padding: 21px 14px 21px 21px;
}
#zoomLoadImg {
	
	border: 4px solid orange;
	border-radius: 7px;
	background-color: #FFF;
	padding: 14px;
	max-height: 100%;
	max-width: 100%;
	
	max-height: 90%;
	max-width: 90%;
	margin: 2%;
	
}
#zoomLoadImg IMG {
	display: block;
	max-width: 100%;
	max-height: 100%;
}