div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/nyro/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -16px;
	right: -13px;
	background: url(../images/nyro/close.png) no-repeat;
	outline: 0;
	padding-left:14px;
	line-height:14px;
	color:#fff;text-decoration:none;
	font-size:14px;
	font-weight:600;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -19px;
	left: 5px;
	font-size: 14px;
	color: #fff;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperimages/nyro div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperimages/nyro images/nyro {
	vertical-align: baseline;
}
div.wrapperimages/nyro div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperimages/nyro div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 45%;
	height: 100%;
	cursor: pointer;
	color:#fff;font-size:16px;font-weight:600;
	text-decoration:none;
}

a.nyroModalPrev {left: -105px;}
a.nyroModalNext {right: -65px;}