.nyroModalBg  { background: #000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0.5 }
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton    { background: url("../nyromodal_close_hover.png"); text-indent: -9999em; top: -22px; right: -6px; width: 40px; height: 20px }
.nyroModalCloseButton:hover  { background: url("../nyromodal_close.png"); text-indent: -9999em; top: -22px; right: -6px; width: 40px; height: 20px }
.nyroModalTitle   { color: #ddd; font-size: 1.1em; background-color: #333; background-repeat: no-repeat; margin: 0; padding: 4px; top: -20px; left: 480px; overflow: hidden }
.nyroModalCont   { background: #fff; margin: 25px; position: absolute; border: solid 4px #000 }
.nyroModalCont iframe         { margin: 0; width: 100%; min-height: 700px }
.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 {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad    { background: #000 url("../nyromodal_loading.gif") no-repeat center; padding: 0; position: absolute; width: 100px; height: 100px }
.nyroModalPrev, .nyroModalNext  { background: url("data:image/gif;base64,AAAA") no-repeat left 30%; text-indent: -9999em; cursor: pointer; position: absolute; top: 0; width: 150px; height: 60%; min-height: 50px; max-height: 300px; outline: none medium }
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev   { background-image: url("../nyromodal_previous.png"); left: 0; width: 40px; height: 20px }
.nyroModalPrev:hover    { background-image: url("../nyromodal_previous_hover.png") }
.nyroModalNext   { background-image: url("../nyromodal_next.png"); background-position: right 30%; right: 0; width: 40px; height: 20px }
.nyroModalNext:hover    { background-image: url("../nyromodal_next_hover.png"); background-position: right 30% }