div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../../XooWebKit/lib/jquery/css/img/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: 2px solid white;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px #000;
}

a#closeBut, a#closeBut:link {
	font-family: "Lucida Grande", Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #434649;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	border: 1px solid #CFCFCF;
	padding: 1px 3px;
	padding-right: 20px;
	background: white 100% 50% url(../../App/src/img/close.png) no-repeat;
	outline: 0;
}
a#closeBut:hover {
	color: #738B0A;
	border-color: black;
	background-image: url(../../App/src/img/close_hover.png);
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
#nyroModalContent {
	margin-top: 35px;
	position: relative;
}

.nyroModalHeader {
	position: absolute;
	width: 100%;
	top: 2px;
	height: 25px;
	border-bottom: 1px solid #CFCFCF;
}

div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	display: none;
	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 div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	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(../../XooWebKit/lib/jquery/css/img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../../XooWebKit/lib/jquery/css/img/next.gif) right 20% no-repeat;
}
