div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	-moz-border-radius: 15px;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(images/nyromodal-loader.gif) no-repeat;
	background-position: center;
	margin:2px;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper { 
	border:10px solid #fff; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:0;padding:0;
}
a#closeBut {
	position: absolute;
	display: block;
	z-index:1000;
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	background: url(images/nyromodal-closebox.png) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	background-color:#fff; margin:0;padding:0;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(images/nyromodal-prev.gif) left 50% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(images/nyromodal-next.gif) right 50% no-repeat;
}