.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #5D61826A;
	opacity: 0.7;
	z-index: 300;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -20px;
	right: 20px;
	width: 48px;
	height: 55px;
	text-indent: -9999em;
	background: url(/aquitanisvente/img/icon-close.svg) no-repeat bottom center;
	z-index: 305;
}
.nyroModalTitle {
	bottom: 50px;
	left: 70px;
	margin: 0;
    font-size: 1.8em;
	color: #5D6182;
	z-index: 4000;
	font-weight: normal;
	width: auto;
    text-align: center;
}
.nyroModalCont {
	position: absolute;
	margin: 0px;
	z-index: 301;
	overflow: hidden!important;
}
.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: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
	border-top: 150px solid #fff;
	border-bottom: 100px solid #fff;
	border-left: 70px solid #fff;
	border-right: 70px solid #fff;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 45%;
	width: 50px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {

}
.nyroModalPrev {
	left: 50px;
}
.nyroModalPrev, .nyroModalPrev:hover {
	background: url(/aquitanisvente/img/ico-prev.svg) no-repeat	center center;
}
.nyroModalNext {
	right: 45px;
}
.nyroModalNext, .nyroModalNext:hover {
	background: url(/aquitanisvente/img/ico-next.svg) no-repeat	center center;
}
