div#nyroModalFull {
	font-size: 12px;
	color: #fff;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 10px solid #fff;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/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;
	border: 10px solid #fff;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -22px;
	right: -22px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/close.gif) no-repeat;
	outline: 0;
	z-index: 2;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
}
div.wrapperImg 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.wrapperImg a {
	display: block;
	outline: none;
	position: absolute;
	top: 326px;
	height: 10px;
	text-indent: -9999em;
}
a.nyroModalPrev {
	background: url('../images/prev.gif') 0 0 no-repeat;
	left: 0;
	width: 70px;
}

a.nyroModalNext {
	background: url('../images/next.gif') 0 0 no-repeat;
	right: 0;
	width: 40px;
}