.nyroModalBg {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: fixed; z-index: 100; opacity: 0.67;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	background: url("../../images/btn_pop_close.png") no-repeat left top; top: 0px; width: 32px; height: 32px; right: -48px; text-indent: -9999em; position: absolute; z-index: 102;
}
.nyroModalTitle {
	margin: 0px; left: 0px; top: -26px; color: rgb(221, 221, 221); font-size: 1.1em; display: none;
}
.nyroModalCont {
	margin: 0px; padding: 0px; overflow: hidden !important; position: absolute; z-index: 101;
}
.nyroModalCont iframe {
	background: rgb(255, 255, 255); width: 906px; height: 642px;
}
.nyroModalError {
	border: 4px solid red; border-image: none; width: 250px; height: 250px; color: red;
}
.nyroModalError div {
	padding: 10px; min-height: 0px; min-width: 0px;
}
.nyroModalLink {
	padding: 0px; position: relative; min-height: 250px; min-width: 250px; max-width: 1000px;
}
.nyroModalDom {
	padding: 0px; position: relative; min-height: 250px; min-width: 250px; max-width: 1000px;
}
.nyroModalForm {
	padding: 0px; position: relative; min-height: 250px; min-width: 250px; max-width: 1000px;
}
.nyroModalFormFile {
	padding: 0px; position: relative; min-height: 250px; min-width: 250px; max-width: 1000px;
}
.nyroModalImage {
	position: relative;
}
.nyroModalSwf {
	position: relative;
}
.nyroModalIframe {
	position: relative;
}
.nyroModalIframeForm {
	position: relative;
}
.nyroModalIframe {
	z-index: 100;
}
.nyroModalImage img {
	vertical-align: top;
}
.nyroModalHidden {
	left: -9999em; top: -9999em;
}
.nyroModalLoad {
	background: url("../../img/ajaxLoader.gif") no-repeat center rgb(255, 255, 255); padding: 0px; left: 100px !important; position: absolute;
}
.nyroModalPrev {
	background: url("data:image/gif;base64,AAAA") no-repeat left 20%; top: 0px; width: 150px; height: 60%; text-indent: -9999em; position: absolute; cursor: pointer; min-height: 50px; max-height: 300px;
}
.nyroModalNext {
	background: url("data:image/gif;base64,AAAA") no-repeat left 20%; top: 0px; width: 150px; height: 60%; text-indent: -9999em; position: absolute; cursor: pointer; min-height: 50px; max-height: 300px;
}
.nyroModalImage .nyroModalPrev {
	width: 40%; height: 100%; max-height: none;
}
.nyroModalImage .nyroModalNext {
	width: 40%; height: 100%; max-height: none;
}
.nyroModalPrev {
	background-position: left; left: -74px; background-image: url("../../img/btn/btn_prev.png");
}
.nyroModalPrev:hover {
	background-position: left; background-image: url("../../img/btn/btn_prev.png");
}
.nyroModalNext {
	background-position: right; right: -74px; background-image: url("../../img/btn/btn_next.png");
}
.nyroModalNext:hover {
	background-position: right; background-image: url("../../img/btn/btn_next.png");
}
