.fs-media-gallery .thumb {
	border: 1px solid #EEE;
	border-radius: 5px;
	height: 150px;
	width: 240px;
	margin: 5px;
	overflow: hidden;
}

.fs-media-gallery .thumb img {
	width: 100%;
	height: 150px;
}

.fs-media-gallery ul li{
	font-size: 20px;
	display: inline;
}

.fs-media-gallery .thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.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;
}

.gallery {
	border: 1px solid #EEE;
	border-radius: 5px;
	width: 100%;
	height: 150px;
	margin: 5px;
	overflow: hidden;
}