.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 1;
	z-index: 999;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: 3px;
	right: 3px;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	background: url(../../dot/imgs/cancelRed.png) no-repeat;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s linear 0s;
  	transition: opacity 0.3s linear 0s;
  	z-index: 1100;
}
.nyroModalCloseButton:hover {
	opacity: 1;
}
.nyroModalTitle {
	top: 20px;
	left: 20px;
	padding: 10px 15px;
	background: #2d2b28;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
	z-index: 1001;
	display: none;
}
.nyroModalCont {
	position: absolute;
	border: 0px solid #777;
	margin: 25px;
	background: #fff;
	z-index: 1000;
}
.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: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 600px;
}
.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: #fff url(../../imgs/load.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
	-webkit-transition: opacity 0.3s linear 0s;
  	transition: opacity 0.3s linear 0s;

}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev {
	margin-left: 15px;
	background-position: left 50%;
	background-image: url(../../imgs/prev.png);
	opacity: 0.5;
	z-index: 1100;
}
.nyroModalPrev:hover {
	opacity: 1;
}
.nyroModalNext {
	margin-right: 15px;
	right: 0;
	background-position: right 50%;
	background-image: url(../../imgs/next.png);
	opacity: 0.5;
	z-index: 1100;
}
.nyroModalNext:hover {
	opacity: 1;
}