/* 9. Gallery navigation */

.ngg-navigation
{
	clear:both;
	background-color:#ecdac1;
	overflow:auto;
	padding:12px 28px;
	font-size:12px;
	font-weight:normal;
}

.ngg-navigation:before
{
	content:"Page:";
	float:left;
	margin-right:8px;
}

	.ngg-navigation span,
	.ngg-navigation a
	{
		display:block;
		float:left;
		margin-right:8px;
	}
	
	.ngg-navigation span
	{
		text-decoration:underline !important;
	}
	
	.ngg-navigation .prev,
	.ngg-navigation .next
	{
		display:none;
	}

	.ngg-navigation a:link,
	.ngg-navigation a:visited
	{
		color:#7f571b;
		text-decoration:none;
		text-shadow: 0px 0px 1px rgba(127, 87, 27, 0.3);
	}

	.ngg-navigation span,
	.ngg-navigation a:hover,
	.ngg-navigation a:active,
	.ngg-navigation a:focus
	{
		color:#000;
		text-decoration:none;
		text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	}