div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #606060;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(gfx/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: 4px solid #606060;
}
a#closeBut {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	z-index: 3;
	width: 21px;
	height: 21px;
	text-indent: -9999em;
	background: #606060 url(gfx/close.gif) no-repeat 5px 2px;
	outline: none;
}
* html a#closeBut {
	right: -1px;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 10px;
	margin: 10px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow: hidden;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(gfx/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(gfx/next.gif) right 20% no-repeat;
}