.band {
	width: 200px;
	display: inline-block;
  vertical-align: middle;
	margin: 0 10px 20px 10px;
	cursor: pointer;
}

.band a:hover {
	text-decoration: none !important;
}

.band img {
	margin: 0 25px;
	border: 2px silver outset;
}

.band .bandName {
	text-align: center;
}

