/* .fs-media-gallery .thumb {
	float: left;
	border: 1px solid #EEE;
	border-radius: 5px;
}
.fs-media-gallery .thumb a,
.fs-media-gallery .thumb a:link,
.fs-media-gallery .thumb a:hover,
.fs-media-gallery .thumb a:active,
.fs-media-gallery .thumb a:visited {
	display: block;
	text-align: center;
}
.fs-media-gallery .navigation {
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
}
.fs-media-gallery .pagination {
	margin-top:10px;
	margin-bottom:10px;
}*/

.fs-gallery-pager {
	display: flex;
  	justify-content: center;
}

.fs-gallery-pager .pager-list {
	display: inline-flex;
}

.fs-gallery-pager .pager-list li{
	list-style: none;
} 

.fs-gallery-pager .pager-list a.textlink::before{
	content: none !important;
} 

.fs-gallery-pager .pager-list li .is-current{
	font-weight: bold;
	text-decoration: underline;
} 