/* popups */
#nyroModalContent
{
	text-align:center;
}

.nyroModalClose
{
	background:#fff;
	color:#000;
	padding:5px 10px;
	float:right;
	margin-right:20px;
	font-weight:bold;
	text-decoration:none;
}
.nyroModalLoading
{
	height:30px;
	width:170px;
	display:block;
	background:#e0e0e0 url(/c/images/loading.gif) no-repeat center;
	text-align:center;
	color:#333;
}
.nyroModalLoading em
{
	display:none;
}
.nyroModalPrevNext 
{
}

.nyroModalPrevNext a
{
	display:block;
	height:30px;
	line-height:30px;
	background:#666;
	color:#e0e0e0;
	text-decoration:none;
	font-weight:bold;
	width:50%;
}

.nyroModalPrevNext a:hover
{
	background:#000;
}

a.nyroModalPrev
{
	float:left;
	text-align:left;
}
a.nyroModalNext
{
	float:right;
	text-align:right;
}
