.page-navigation {
	padding: 10px 0 20px 0;
	text-align: right;
}
.page-navigation > a,
.page-navigation > span {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	margin-right: -1px;
	background: #ddd8d2;
	color: #222;
	text-decoration: none;
	vertical-align: middle;
}
.page-navigation .page-current {
	background: #ce6d06;
	color: #fff;
}
.page-navigation .page-previous {
	background: url('images/prev-small.png') center center no-repeat;
}
.page-navigation .page-next {
	background: url('images/next-small.png') center center no-repeat;
}
.js-pagen-show-more {
	width: 100%;
	background: #ddd8d2;
	color: #222;
	border-radius: 0;
	margin-bottom: 10px;
}
.page-content .js-pagen-c:first-child button {
	display: none;
}
.page-content .js-pagen-c:last-child button {
	display: block;
}