.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;	
	opacity: 1 !important;
	background: url(../img/bg.png) repeat;
	z-index: 98;
}
.titleModal{
	background-color: #ebeded;
	margin: 20px 15px 0 15px;
	padding: 10px;
}
.nyroModalCloseButton {
	top: -58px;
	right: -58px;
	width: 54px;
	height: 54px;
	text-indent: -9999em;
	background: url(../img/close.png) center no-repeat;
	position: absolute;
}
.nyroModalCloseButton:hover {
	background: url(../img/close_hover.png) no-repeat;	
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;	
}
.nyroModalCont {
	position: absolute;
	border: 5px solid #fff;
	margin: 25px 55px;
	background: #fff;
	overflow: visible !important;
	box-shadow: 0 0 70px #000000;
	z-index: 99;	
}
.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-width: 250px;
	max-width: 1000px;
	/*overflow: hidden;*/
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.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;	
	cursor: pointer;
	text-indent: -9999em;
	width: 28px;
	height: 54px;	
	top: 50%;
	margin-top: -27px;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: -50px;	
	background: url(../img/prev.png) left center no-repeat;	
}
.nyroModalPrev:hover {
	background: url(../img/prev_hover.png) left center no-repeat;
}
.nyroModalNext {
	right: -50px;
	background: url(../img/next.png) right center no-repeat;	
}
.nyroModalNext:hover {	
	background: url(../img/next_hover.png) right center no-repeat;
}