.page{
	margin:20px 0;
	text-align:center;
}
.page a{
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #d9d9d9;
	margin-right:10px;
	color:#353434;
	text-align:center;
	padding:3px;
	text-decoration:none;
}
.page a.firstPageButton,.page a.lastPageButton{
	width:40px;
}
.page a.previousPageButton,.page a.nextPageButton{
	width:60px;
}
.page a.currentPageButton{
	background:#769fb5;
	color:#fff;
}