.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #454545;
	opacity: 0.8;
	z-index:99;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	z-index: 110;
	bottom: 0;
	right:10px;
	width: 26px;
	height: 27px;
	text-indent: -9999em;
	background: url(/images/nyromodal/close.gif);
}
.nyroModalCloseButton:hover {
	background-position: left -60px;
}
.nyroModalTitle {
	z-index: 101;
	bottom: 5px;
	left: 70px;
	text-align:center;
	margin: 0 auto;
	font-size: 12px;
	color: #454545;
}

.nyroModalTitle h1 {
	float: left;
}


.nyroModalCont {
	position: absolute;
	z-index: 100;
	margin: 0;
	padding:0 0 40px 0;
	text-align: center;
	background-color: #ffffff;
	border: 10px solid #ffffff;
}

.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;
}

.nyroModalImg {}

.nyroModalImage {}

.nyroModalCont img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad{
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(/images/nyromodal/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	z-index: 3;
	outline: none;
	position: absolute; 
	bottom: 3px;
	height: 23px;
	width: 23px;
	min-height: 23px;
	max-height: 23px;
	cursor: pointer;
	text-indent: -9999em;
	background-position: left top;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {}

.nyroModalPrev {
	left: 0;
	background-image: url(/images/nyromodal/prev.png);
}

.nyroModalNext {
	left: 30px;
	background-image: url(/images/nyromodal/next.png);
}

.nyroModalPrev:hover, .nyroModalNext:hover {
	background-position: left -50px;
}

