div#nyroModalFull {
	color: #1a1a1a;
	font: normal 12px/14px "Tahoma", "Geneva", "Helvetica", sans-serif;
}
div#nyroModalLoading {
	border: 1px solid #aaa;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #e3e0e0 url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 1px solid #aaa;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #e3e0e0;
}
div#nyroModalWrapper {
	background: #e3e0e0;
	border: 1px solid #aaa;
	padding: 35px 15px 15px;
	z-index: 2000;
}
a#closeBut {
	width: 14px !important;
	height: 14px !important;
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	text-indent: -9999em;
	background: url(../../img/Light/close.gif) no-repeat;
	outline: 0;
	z-index: 1000;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #323434;
}
div.wrapper div#nyroModalContent {
   position: relative;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	border: solid #ccc 1px;
}
div.wrapperImg img {
	vertical-align: baseline;
}
a.nyroModalPrev, a.nyroModalNext {
	width: 62px;
	height: 29px;
	z-index: 105;
	outline: none;
	position: absolute;
	top: 60px;
	cursor: pointer;
	text-indent: -9999em;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev, a.nyroModalPrev:hover {
	background: url(../../img/Light/prev.gif) no-repeat left top;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext, a.nyroModalNext:hover {
	background: url(../../img/Light/next.gif) no-repeat right top;
}
