.nyroModalBg {	position: fixed;	overflow: hidden;	top: 0;	right: 0;	height: 100%;	width: 100%;	opacity: 0.9 !important;	filter: alpha(opacity=10);	background-color: #000;	z-index:10000;}
.nmReposition {	position: absolute;	z-index:10001;}
.nyroModalCloseButton {	top: -18px;	left: -18px;	width: 18px;	height: 18px;	text-indent: -9999em;	background: url(../img/close.png)no-repeat center;}
.nyroModalTitle {	top: -26px;	left: 20px;	margin: 0;    font-size: 1.1em;	color: #ddd;	text-align:right;}
.nyroModalCont {	position: absolute;	border: 4px solid #000;	margin: 25px;	background: #000;	color:red;	z-index:10005;}
.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;	}
.nyroModalHidden {	right: -9999em;	top: -9999em;}
.nyroModalLoad {	position: absolute;	width: 100px;	height: 100px;	background: #000 url(../img/ajaxLoader.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;}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {	height: 100%;	width: 40%;	max-height: none;	}
.nyroModalPrev {	left: 0;	background-position: left 50%;	background-image: url(../img/prev.png);}
.nyroModalPrev:hover {	background-position: left 50%;	background-image: url(../img/prev.png);}
.nyroModalNext {	right: 0;	background-position: right 50%;	background-image: url(../img/next.png);}
.nyroModalNext:hover {	background-position: right 50%;	background-image: url(../img/next.png);}