
div#nyroModalLoading {
	border: 0px;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background:  url(../images/ajax-loading.gif) no-repeat;
	background-position: center;
	background-color:#fff;
}
div#nyroModalLoading.error {
	border: 0px;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	
	
}
a#closeBut {
	display:none;
}
a#closeBut2 {
	display: block;
}
div#nyroModalTitle {
	margin: 0;
	padding: 6px 0 0 0;
	position: absolute;
	top: -21px;
	left: 0px;
	font-size: 12px;
	color: #192e5b;
	background-color:#e8dfce;
	width:100%;
	z-index:0;
}
div#nyroModalTitle span {
	float:left;
	padding-left:20px;
	color:#192e5b;
}

div#nyroModalTitle a {
	float:right;
	margin-right:20px;
	color:#192e5b;
	text-decoration:none;
}
div.wrapper div#nyroModalContent {
	padding: 0;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	border:solid 20px #e8dfce;
	border-top:solid 10px #e8dfce;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	display:none;
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
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(../images/prevlabel.gif) left 20% no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../images/nextlabel.gif) right 20% no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}