/*
 *** WORKS FOR SALE
 */
.artists {
}

.artist {
   float: left;
   padding: 8px 40px;
   width: 154px;
}

.artist a {
   display: block;
   text-align: center;
}

.artistName {
   font-weight: bold;
}

