.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 1000;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	z-index: 1001;
	top: 5px;
	right: 5px;
	width: 69px;
	height: 69px;
	text-indent: -9999em;
	background: url("images/nyroModal/close.png");
}
.nyroModalTitle {
	top: -32px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	z-index: 1001;
	position: absolute;
	margin: 25px;
	background: #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.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, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 30px 40px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #000 url("images/nyroModal/ajaxLoader.gif") no-repeat center;
	padding: 0;
}
.nyroModalPrev, 
.nyroModalNext {
	outline: none;
	position: absolute;
	width: 45%;
	height: 100%;
	z-index: 1001;

	cursor: pointer;
	text-indent: -9999em;
}
.nyroModalImage .nyroModalPrev, 
.nyroModalImage .nyroModalNext {
	background-repeat: no-repeat;
}
.nyroModalPrev {
	background-position: left 50%;
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url("images/nyroModal/prev.png");
}
.nyroModalNext {
	background-position: right 50%;
	right: 0;

}
.nyroModalNext:hover {
	background-image: url("images/nyroModal/next.png");
}