#pagination_nav {
	margin: auto;
	text-align: center;
	padding: 0;
}

#pagination_nav a {
	margin: 3px;
	text-decoration: none;
	color: #262626;
}

.prev_next_nav {
	padding: 4px;
	color: white !important;
	background-color: #FFE000;
	background: -webkit-linear-gradient(top, #ffee00, #ffe000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #ffee00, #ffe000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #ffee00, #ffe000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom , #ffee00, #ffe000); /* Standard syntax */
}

#pageof {
	font-size: 9px;
	display: block;
	margin-top: 3px;
}

/*identify the current page number you are on*/
#currentpage {
	pointer-events: none;
}