/*.nyroModal img{border: 3px solid #92C50492C504; float:left; margin:8px;}*/

div#nyroModalFull {
	font-size: 12px;
	color: #000;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #92C504;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #92C504 url('../images/load.gif') no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #92C504;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #92C504;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #92C504;
	border: 4px solid #92C504;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	background: url('../images/close.png') no-repeat;_background: url('../images/close.gif') no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h3#nyroModalTitle {
	margin: 0;
	position: absolute;
	top: -22px;
	left: -4px;
	font-size: 12px;
	background-color: #92C504;
	color:#000;
	padding:2px 5px;

}
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: #92C504;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=80);
/*	display:none;*/
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.2;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: -15%;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url('data:image/gif;base64,AAAA'); /* Trick IE6 */
} 


div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;background: url(../images/prev.gif) left 20% no-repeat;top:75%}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(../images/prev.gif) left 20% no-repeat top 75%;top:75%
}

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;background: url(../images/next.gif) right 20% no-repeat ;top:75%
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(../images/next.gif) right 20% no-repeat;top:75%
}
#nyroModalContent{
width:650px;}
