div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150	px;
	text-indent: -9999em;
	background: #fff url(/images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 2px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	/*top: 1px;
	right: 1px;*/
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/images/xIcon.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper 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#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {
	left: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev:hover {
	background: url(/images/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {
	right: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext:hover {
	background: url(/images/next.gif) right 20% no-repeat;
}

/* typography inside modal */
.modalContentContainer {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	}	
/*a { text-decoration: none; font-weight: bold; outline: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight: bold; }
h1 { font-size: 16px; line-height: 1.5em; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h2 { font-size: 14px; line-height: 1.5em; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h3 { font-size: 13px; line-height: 1.5em; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h4 { font-size: 12px; line-height: 1.5em; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h5 { font-size: 11px; line-height: 1.5em; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h6 { font-size: 10px; line-height: 1.5em; font-weight: bold; margin-top: 0; margin-bottom: 0; }
p, ul, li, tr, td, fieldset, legend, form, input, select, option {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
img { border: 0; }
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
}
