#recent_music {
	width: 195px; position: relative; padding: 0 108px 90px 0; margin: 20px 2px 10px 0;
	background: url('/images/headphones-as.gif') no-repeat right bottom;
	font-size: 0.7em; float: right; border-bottom: 1px solid #000;
}
#recent_music #music_wrapper {
	width: 205px; padding: 0 0 46px; background: url('/images/music-list-foot.gif') no-repeat bottom left;
}
#recent_music #music_wrapper ul { 
	list-style: none;
	padding: 5px 3px 0 0; margin: 0;
	background: url('/images/music-list-head.gif') no-repeat left top;
	list-style: none;
}
#recent_music #music_wrapper li { border: 1px solid #000; border-width: 0 1px; }
#music_wrapper ul a { display: block; padding: 2px 18px 2px 5px; border-bottom: 1px solid #efefef; background: url('/images/track-bg.gif') no-repeat top right; }
#music_wrapper ul li.foot a { text-align: right; font-size: 0.9em; font-style: italic; border-bottom: 0px; background-image: none; padding-right: 5px; }
#music_wrapper ul a:link, #music_wrapper ul a:visited { background-color: #fff; color: #000; }
#music_wrapper ul a:hover, #music_wrapper ul a:active { background-color: #ff0; color: #000; }
#recent_music:hover, #recent_music.hover { cursor: pointer; }
#recent_music:hover #music_wrapper, #recent_music.hover #music_wrapper { display: block; }