/* Start of CMSMS style sheet 'nyroModal.css' */
div#nyroModalFull {
	color: #000;
	font: normal 12px/18px "Tahoma", "Geneva", sans-serif;
}
div#nyroModalLoading {
	border: none;
	width: 66px;
	height: 66px;
	text-indent: -9999em;
	background: transparent url(../img/ajaxLoader.gif) no-repeat center center;
}
div#nyroModalLoading.error {
	width: 300px;
	height: 100px;
	background: #fff;
	color: #bd3434;
	border: solid #7f7e7e 2px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	padding: 20px;
}
div#nyroModalWrapper {
	background: #fff;
	border: solid #7f7e7e 2px;
}
a#closeBut {
	width: 9px !important;
	height: 9px !important;
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
	z-index: 1000;
}
h1#nyroModalTitle {
	display: none;
}
div.wrapper div#nyroModalContent {
   position: relative;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
a.nyroModalPrev, a.nyroModalNext {
	width: 24px;
	height: 27px;
	z-index: 105;
	outline: none;
	position: absolute;
	top: 150px;
	cursor: pointer;
	text-indent: -9999em;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev, a.nyroModalPrev:hover {
	background: url(../img/prev.gif) no-repeat left top;
}
a.nyroModalNext {
	right: -1px;
}
a.nyroModalNext, a.nyroModalNext:hover {
	background: url(../img/next.gif) no-repeat right top;
}
/* End of 'nyroModal.css' */

