.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.7;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -20px;
	right: -17px;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../image/close-btn.png) center top no-repeat;
	z-index:9999;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
 font-size: 1.1em;
	display:none;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #000;
	margin: 25px;
	color:#fff;
	background:#000 url(../image/popup-bg.png) 0 0 repeat-x;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink {
	background:url(../image/popup-bg-bottom.png) bottom repeat-x;
}

.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 20px 10px 25px 20px;
	min-height: 200px;
	min-width: 400px;

}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: visible;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 48px;
	height: 48px;
	background: #000 url(../image/loadinfo.gif) no-repeat center center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	bottom: 10px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	text-indent: -9999em;
}
.nyroModalNext {
	background:url(../image/next.png) no-repeat;
}
.nyroModalPrev {
	background:url(../image/prev.png) no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	right: 30px;
}
.nyroModalNext {
	right: 10px;
}