/* ---------------------------------------------
	LASTFM.CSS
-----------------------------------------------*/

#NowPlaying {position:fixed;z-index:3434343;bottom:0px;background:#1A1A1A;color:#fff;width:100%;padding:2px;font-size:10px;}
#NowPlaying b {margin-left:6px;color:#999;display:block;}
.away {margin-left:6px;}
#lastfm {}
#lastfm dl{
	position:relative;
	float:left;
	
	height:64px;
	padding:6px 8px 4px 40px;
	margin:0px 0px 0px 0px;
	
	}
#lastfm dl:hover,
#lastfm dl.hover{cursor:pointer;}


#lastfm dl dt{
	position:absolute;
	left:8px;
	top:8px;
	width:64px;
	height:64px;
	}
#lastfm dl dt a{
	position:absolute;
	top:0;
	left:0;
	width:64px;
	height:64px;
	z-index:100;
	}
#lastfm dl dt a:hover{
	background:none;
	}

#lastfm .lfm_art img{
	width:64px;
	height:64px;
	}

#lastfm dl dd.lfm_song{
	font-weight:bold;
	font-size:12px;
	padding-bottom:6px;
	white-space:nowrap;
	overflow:hidden;
	}
#lastfm dl dd.lfm_artist {color:#999;font-weight:bold;}
#lastfm dl dd.lfm_album{
	color:#999;
	font-style:italic;
	}
