#Recently_Played{

	text-align:left;
	border:6px solid #222222;
	background:url(/images/recentlyplayed.jpg);
	height:165px;
	margin-bottom: 9px;
	position:relative;
	color:#000000;
	width: 228px;
}
#Recently_Played .title{
	position:absolute;
	top:6px;
	left:6px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #000000;
}
#Recently_Played ul{
	position:absolute;
	top:38px;
	left:6px;
	text-align:left;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#Recently_Played ul li{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:6px;
	margin-left:0px;
	line-height: 15px;
}
#Recently_Played ul li .song{
	font-size:11px;
	font-weight:bold;
}
#Recently_Played ul li .artist{
	font-size:11px;
	font-weight:bold;
}
#Recently_Played ul li a{
	text-decoration:none;
	border-bottom:1px solid #222299;
}
