div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 3px double #444;
	width: 250px;
	height: 250px;
	text-indent: -9999em;
	background: #fff url(../images/ajax-loader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 260px;
	height: 90px;
	text-indent: 0;
	color: #000;
	border: 3px solid #b33;
	background: url(../images/alertbkgd.jpg) no-repeat;
	-webkit-box-shadow: #444 0px 5px 15px;
	-moz-box-shadow: #444444 0px 5px 15px;
}
div#nyroModalWrapper {
	opacity: .95;
	background: #fff;
	border: 3px double #444;
	-webkit-box-shadow: #444 0px 5px 15px;
	-moz-box-shadow: #444444 0px 5px 15px;
}
a#closeBut {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 80px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mclose.png) no-repeat;
	outline: 0;
}
a#closeBut:hover {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 80px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mcloser.png) no-repeat;
	outline: 0;
}
a#closeButd {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 15px;
	width: 79px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mdclose.png) no-repeat;
	outline: 0;
}
a#closeButd:hover {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 15px;
	width: 79px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mdcloser.png) no-repeat;
	outline: 0;
}
a#closeButr {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 79px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mdclose.png) no-repeat;
	outline: 0;
}
a#closeButr:hover {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 79px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mdcloser.png) no-repeat;
	outline: 0;
}
a#nmErrorClose {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 79px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mdclose.png) no-repeat;
	outline: 0;
}
a#nmErrorClose:hover {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	width: 79px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/mdcloser.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 0px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
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.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(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}