/****************************************************
 * Estilos generales de popup *
****************************************************/

div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
a#closeBut {
	position: absolute;
	display: block;
	bottom: 10px;
	right: -25px;
	width: 59px;
	height: 320px;
	text-indent: -9999em;
	background: url(../images/popup_close_.png) no-repeat;
	outline: 0;
	z-index: 800;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg {
  background: url(../images/popup_bg.png); 
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 44px 22px 37px;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 10px;
	left: 0;
	overflow: hidden;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	display:none;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	bottom: 7px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	text-indent: -9999em;
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 25px;
	background: #ccc url(../images/popup_nav_back.png) no-repeat;
}
a.nyroModalNext {
	left: 53px;
	background: #ccc url(../images/popup_nav_fwd.png) no-repeat;
}

#nyroModalTitle { display: none; }

#nyroModalWrapper h5 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#nyroModalWrapper h5 span { color: #518dca; }
