.artist_container {
	float:left;
	position:relative;
	margin: 0 0 10px 0 10px;
	width:250px;
	max-height:150px;
	}

.artist_image {
	float:left;
	margin: 10px 0;
	background-color:#000000;
	border:1px solid #7a7a7a;
	}

.artist_image img {
	margin:3px;
	max-width:120px;
	}

.artist_text {
	float:left;
	padding:0 10px;
	}

.artist_title {
	font-weight:bold;
	margin: 15px 0 5px 0;
	}
