#nyromodal img {
	border: 3px solid #ffffff;
}

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}

div#nyroModalLoading {
	background: #ffffff;
	border: solid #ffffff;
	/*border-width: 30px;*/
	border-width: 30px 30px 60px 30px;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../../images/nyromodal/ajaxLoader.gif) no-repeat;
	background-position: center;
}

div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}

div#nyroModalWrapper {
	background: #ffffff;
	border: solid #ffffff;
	/*border-width: 30px;*/
	border-width: 30px 30px 60px 30px;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -20px;
	right: -21px;
	width: 16px;
	height: 15px;
	text-indent: -9999em;
	background: url(../../images/nyromodal/close.gif) no-repeat;
	outline: 0;
}

h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
	display: none;
}

div.wrapper div#nyroModalContent {
	padding: 5px;
}

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: #ffffff;
	padding: 10px 0;
	overflow: hidden;
	text-align: left;
	color: #000000;
}

a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	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;
	background: url(../../images/nyromodal/prev.gif) left 20% no-repeat;
}

a.nyroModalPrev:hover {
	background: url(../../images/nyromodal/prev.gif) left 20% no-repeat;
}

a.nyroModalNext {
	right: 0;
	background: url(../../images/nyromodal/next.gif) right 20% no-repeat;
}

a.nyroModalNext:hover {
	background: url(../../images/nyromodal/next.gif) right 20% no-repeat;
}

#nyroModalWrapper a.link_download {
	background: url(../../images/back_download.gif) no-repeat;
	height: 19px;
	margin: auto;
	padding: 0 0 0 25px;
	width: 50px;
	line-height: 18px;
	text-decoration: underline;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 99999;
}

#nyroModalWrapper a:hover.link_download {
	text-decoration: none;
}

