#Artist_show {
	width: 250px;
	background-color:#c5ba13;
	padding:12px;
	color:#FFF;
	margin-bottom:12px;
}

#Artist_show .label {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	margin-bottom:12px;
}

#Artist_show ul, #Artist_show ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}

#Artist_show ul li {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#Artist_show a:link, #Artist_show a:visited {
	color:#FFF;
}