.Image {
	cursor: pointer;
	margin: 1mm;
	padding: 0.5mm;
	background-color: #a0a0a0;
	border-color: #b1b1b1;
	border-width: 0.5mm;
	box-sizing: border-box;
}
.ImageMaxHeight100px {
	max-height: 100px;
}
.ImageMaxWidth100px {
	max-width: 100px;
}

.image-list {
     text-align: left;
     min-width:125px;
}
.image-list-item {
    display: inline-block;
}
.image-list-item > .Image {
    height: 60px;
    /* width: auto; */
    /*float: left;*/
}