.bx-wrapper{
	margin-bottom:20px;
}
ul.slider-pager{
	margin-top: 5px;
	transition-duration: 400ms;
	width: 100%;
	border:0px solid red;
	display:flex;
	flex-wrap	: wrap;
}
ul.slider-pager > li {
	display:inline-block;
	width:23.5%;
	margin-left:7px;
	margin-bottom:7px;
	border: 1px solid #ccc;
}

ul.slider-pager > li img  {
	width:100%;
}