#category_title {
	width: 600px;
	}
	
.no_artist {
	margin-top: 5px;
	}
	
.artist_row {
	width: 800px;
	height: 228px;
	margin-top: 5px;
	}
	
.artist_item {
	width: 154px;
	float: left;
	margin-right: 7px;
	}	

.artist_image {
	border: 1px solid #686868;
	}
	
.artist_title {
	background: #fff;
	height: 40px;
	padding: 4px;
	background: url("../images/category/title_bg.gif") repeat-x;
	width: 146px;
	text-align: center;
	}	
	
.artist_title a {
	color: #2d2d2d;
	font-size: 12px;
	}