.ArtistThumbBox {
margin: auto;
margin-bottom: 20px;
}

.ArtistThumb {
display: block;
float: left;
/* width: 175px; */
text-align: center;
color: #000;
margin-bottom: 1em;
font-style: normal;
font-weight: bold;
}

.ArtistThumb:hover {
border: none;	
}

.ArtistThumb .ImageBox {
display: block;
margin-bottom: 8px;
}