#listen .content h3 {
	margin:0 0 5px 0;	
}
#listen .content .loading .spinner {
	vertical-align:middle;
	margin:0 10px 0 0;
}

#listen .content #recentTracks {
	position:relative;
	height:90px;
	overflow:hidden;
}
#listen .content #recentTracks .loading {
	top:50px;
	left:260px;
}
#listen .content .track {
	display:block;
	float:left;
	width:176px;
	height:64px;
	margin:0 0 10px 0;
	padding:0;
	background:none;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
}
#listen .content .track:hover {
	color:#c0c0c0;
}
#listen .content .track + .track {
	margin:0 0 0 10px;
}
#listen .content .track .trackArt {
	display:block;
	float:left;
	width:64px;
	height:64px;
	margin:0 5px 0 0;
}
#listen .content .track .trackTitle {
	display:block;
	margin:3px 0 4px 0;
	max-height:30px;
	overflow:hidden;
	font-size:10pt;
}
#listen .content .track .trackArtist {
	display:block;
	max-height:29px;
	overflow:hidden;
	font-size:8pt;
}

#listen .content #recentArtists {
	position:relative;
	height:150px;
	overflow:hidden;
}
#listen .content #recentArtists .loading {
	top:70px;
	left:260px;
}
#listen .content .artist {
	display:block;
	position:relative;
	float:left;
	width:126px;
	height:126px;
	margin:0 0 10px 0;
	padding:0;
	color:#fff;
	text-decoration:none;
}
#listen .content .artist:hover {
	color:#c0c0c0;
}
#listen .content .artist + .artist {
	margin:0 0 0 15px;	
}
#listen .content .artist .artistName {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	padding:5px;
	background:url(../images/black_filter.png);
	overflow:hidden;
}
#listen .content .artist .artistPlaycount {
	display:none;
}

