.gallery {
	width: 96%;
	margin: auto;
}
.gallery>.column-full-width {
	padding: 0;
}
.pagenation {
	display: flex;
	justify-content: center;
	width: 95%;
	margin: 15px auto;
}
.pagenation>* {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ffc9d3;
	min-width: 34px;
	height: 34px;
	text-align: center;
	color: #e6002d;
}
.pagenation>b,
.pagenation>a:hover {
	background: #ffc9d3;
	color: #fff;
	text-decoration: none;
}
.pagenation>*:first-of-type {
	border-left-width: 1px;
}
