#imgPopup{
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	/*width: 100%*/
}
#imgPopupCover{
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
}
#imgObject{
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#imgObject.loading{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/animation.gif);
}
#imgObject a{
	display: block;
}
#imgObject img{
	display: block;
	border: 1px solid #513525;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
}
#popupClose a, #popupClose a:visited, #popupClose a:hover, #popupClose a:active{
	width: 24px;
	height: 24px;
	background: transparent url(images/field-close.png) 0 0 no-repeat;
	/*text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 17px;*/
	position: absolute;
	display: none;
}
#popupClose a:hover{
	/*color: #000;*/
	background-position: -24px 0;
}