#nyroModalBg{background-color:#c9aa2b !important;}




div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 3px solid #bea339;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #c9aa2b url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 3px solid #bea339;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #c9aa2b;
}
div#nyroModalWrapper {
	background: White;
	border: 3px solid #bea339; font-size:36px; font-weight:bold; color:Black;
}

div#nyroModalWrapper span.textOnly{margin:28px;float:left;display:block; height:380px; overflow:auto;padding:0; }

a#closeBut {
	position: absolute;
	display: block;
	top: 0;
	right: 0px;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	background: url(../images/lightbox_close.jpg) no-repeat;
	outline: 0;
	z-index:999999;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 16px 0px 0px 0px;
	position: absolute;
	height:34px;
	text-indent:17px;
	bottom:0;
	left: 0px; font-weight:bold;
	font-size: 12px;
	color: black; background-color:#f9f4e2; width:100%; opacity:0.0;filter: alpha(opacity=0);z-index:106;
	   /* background-image: url('../images/gallery_star.jpg');
    background-position: 10px 9px;
    background-repeat: no-repeat;*/
}
h1#nyroModalTitle:hover{opacity:1;filter: alpha(opacity=100);}
h1#nyroModalTitle span,h1#nyroModalTitle span.full{

background-color:White;
font-size:20px;
font-weight:bold;
height:102px;
left:0;
margin-top:-118px;
position:absolute;
right:0;
text-indent:0;

}
h1#nyroModalTitle span span,h1#nyroModalTitle span.full span{
float:left;
height:70px;
margin:15px;
overflow:auto;
padding:0;padding-right:14px;
 }



div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperimages div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperimages images {
	vertical-align: baseline;
}
div.wrapperimages div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #c9aa2b;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0); 
}

div.wrapperimages 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: 25%;
	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-image: url('../images/lightbox_left.jpg');
	background-position: left 20%;
	background-repeat: no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background-image: url('../images/lightbox_right.jpg');
	background-position: right 20%;
	background-repeat: no-repeat;
}
