div#nyroModalLoading { /*o efeito quando abre a img */
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: url(../images/carregando.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height:150px;
	text-indent: 0;
}
a#closeBut {
	float:right;
	position:absolute;
	display: ;
	height:27px;
	width:31px;
	right: 20px;
	top:18px;
	text-indent: -9999em;
	background:url(../images/btn_fechar.gif) left top no-repeat;
}
