.nyroModalBg {
	height: 100%;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	
	position: fixed;	
	top: 0;
	left: 0;
	z-index: 120;

	opacity: 0.15;
}

.nmReposition {
	position: absolute;
}

.nyroModalCloseButton {
	width: 29px;
	height: 29px;
	background: url('nyroModal/sprite-btn.gif') 0 0 no-repeat;
	
	top: 7px;
	right: 7px;
	z-index: 140;

	text-indent: -9999em;
}

.nyroModalTitle {
	margin: 0;
	
	top: -26px;
	left: 0;
    
    font-size: 1.1em;
	color: #ddd;
}

.nyroModalCont {
	background: url('images/opacity-blk-30.png');
	
	position: absolute;
	z-index: 130;
	
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.nyroModalCont h1 {}

.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}

.nyroModalError {
	width: 250px;
	height: 250px;
	border: 4px solid red;
	
	color: red;
}

.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}

.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	padding: 20px;
	min-width: 250px;
	max-width: 1000px;
	min-height: 250px;
	
	position: relative;
}

.nyroModalLink { margin: 7px; background-color: #fff; }
.nyroModalLink #main-center { min-width: 450px; max-width: 450px; }

.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	overflow: hidden;
	
	position: relative;
}

.nyroModalImage img {
    vertical-align: top;
}

.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}

.nyroModalLoad {
	width: 50px;
	height: 50px;
	padding: 0;
	background: #000 url(images/ajax-loader.gif) no-repeat center;
    
    position: absolute;
    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    opacity: 0.25;
}

.nyroModalPrev, .nyroModalNext {
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
	cursor: pointer;
	outline: none;

	position: absolute;
	top: 0;	
	
    text-indent: -9999em;	
}

.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}

.nyroModalPrev {
	left: 0;
}

.nyroModalPrev:hover {
	background: url('nyroModal/sprite-btn.gif') 0 -30px no-repeat;
}

.nyroModalNext {
	background-position: right 20%;
	
	right: 0;
}

.nyroModalNext:hover {
	background-position: right 20%;
	background: url('nyroModal/sprite-btn.gif') 0 -60px no-repeat;
}