div.modern-page-navigation {
text-align: center;
}
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	/*border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;*/
	text-decoration: none;
	padding: 3px 9px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}
div.modern-page-navigation a.modern-page-previous { 
	/*border-right-width: 1px; 
	border-right-style: solid;*/
	border-left: none;
	background: none;
	color:#0096ff;	}
div.modern-page-navigation a.modern-page-next { 
	/*border-right-width: 1px; 
	border-right-style: solid;*/
	border-left: none;
	background: none;
	text-decoration: underline;
	color:#0096ff;}
div.modern-page-navigation a.modern-page-next:hover { 
	/*border-right-width: 1px; 
	border-right-style: solid;*/
	border-left: none;
	background: none;
	text-decoration: none;
	color:#0096ff;}
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 	border-left: none; 	padding-left: 0.5em; }
span.modern-page-current { 
font-weight: bold; 
background: #ffee25; /* Old browsers */
background: -moz-linear-gradient(top, #ffee25 0%, #ffdd1f 51%, #ffcc1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee25), color-stop(51%,#ffdd1f), color-stop(100%,#ffcc1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffee25 0%,#ffdd1f 51%,#ffcc1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffee25 0%,#ffdd1f 51%,#ffcc1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffee25 0%,#ffdd1f 51%,#ffcc1a 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffee25 0%,#ffdd1f 51%,#ffcc1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee25', endColorstr='#ffcc1a',GradientType=0 ); /* IE6-9 */
	}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots { 	border-color: #cdcdcd; 	 color: #666666;    font-weight: bold;	}
.arrow, .ctrl {
color:#999999;
}
