.browseartists {
	margin: 0; padding: 0;
	list-style: none;
}

.browseartists li {
	float: left;
}

.img-list {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	}

.img-shadow {
  float:left;
  background: url("../graphics/shadowAlpha.png") no-repeat bottom right !important;
  background: url("../graphics/shadow.gif") no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }