.pages {
	margin: 0 10% 64px 4%;
	text-align: center;
	clear: both;
}
.pages strong, .pages a {
	display: inline-block;
	line-height: 38px;
	font-size: 24px;
	font-weight: normal;
}
.pages strong {
	background: #6bc4e6;
	padding: 0 10px;
	color: #ffffff;
	margin-right: 6px;
}
.pages a {
	color: #606a74;
	margin-right: 12px;
	
}
.pages a:hover {text-decoration: none;color: #6BC4E6;} 
.pages .prev, .pages .next {
	line-height: 43px;
	font-size: 14px;
	height: 38px
}
.pages .prev {
	margin: 0 18px 0 0;
}
.pages .next {
	margin: 0 0 0 18px;
}