.rwmb-image-select {
	display: inline-block;
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 10px 30px 0;
	border: 3px solid #d8d8d8;
	border-radius: 3px;
	padding: 1px;
}
.rwmb-image-select img {
	width: 100%;
	height: 100%;
}
.rwmb-image-select:hover,
.rwmb-image-select.rwmb-active {
	border-color: #0074a2;
}
.rwmb-image-select input {
	display: none;
}

.rwmb-image-select span {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 11px;
	
	font-weight: 600;
}