
#artistPhotos {
	padding: 8px 4px 8px 4px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-top-style:solid;
	border-top-color:#FFF;
	border-top-width:1px;
}
#artistPhotos .artist {
	width:300px;
	height:82px;
	float:left;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
}

#artistPhotos .artist .fullName {
	line-height:15px;
	padding:0px 15px 0px 0px;
	font-family:"Trebuchet MS", Arial;
}
#artistPhotos .artist .fullName a {
	font-size:15px;
	font-weight:bold;
	/*
	color:#FFF3C6;
	*/
	color:#FFF;
	text-decoration:none;
}
/*
#artistPhotos .artist .fullName a.bigname {
	font-size:16px;
}
*/
#artistPhotos .artist .fullName a:hover {
	color:#990000;
}
#artistPhotos .artist .summary {
	font-size:10px;
	padding:1px 15px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#artistPhotos .artist .pic {
	float:left;
	margin: 0px 4px 4px 0px;
	padding:0px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
#artistPhotos .artist .empty {
	float:left;
	margin: 0px 8px 8px 0px;
	padding:0px;
	width:61px;
	height:70px;
}
#artistPhotos .artist .empty a {
	text-decoration:none;
}