.imgSel {
	width: 10px; 
	height: 10px; 
	border: 1px solid black;
	display: inline-block;
	cursor: pointer;
}

.imgSel:hover {
	background-color: silver !important;
}

.selectedImg {
	background-color: gray !important;
}