ul.acf-image-select-list li {
	display: inline-block;
	margin: 5px;
	text-align: center;
}
ul.acf-image-select-list li input {
	display: none;
}
.acf-image-select-list .acf-image-select img{
	border: none !important;
	height:40px !important;
	width:40px !important;
	padding: 20px 40px !important;
}
.acf-image-select-list .acf-image-select .acf-image-select-selected img{
	background: #e0e0e0 !important;
}
