
/* LAST 10 SONGS PLAYED ------------------------------------------------*/


#lastplayedcon{
background:url(lastten.jpg) no-repeat;
width:156px;
height:63px;


}


#lastplayed{
width:156px;
height:318px;
margin:0px;
padding:0px;
}

#lastplayed ul {
	margin:0; 
	padding:0;
	list-style:none;
	height:261px; width:156px; overflow:hidden;
	background-color:#444444;
}
#lastplayed ul li {
	margin:0 ; 
	padding-left:5px;
	font-family:arial;
	font-size:10px;
	color:#fff;
	list-style:none;
	height:24px; overflow:hidden;
	line-height:12px;
	float:left;
	overflow:hidden;
	text-align:left;
	width:156px;
}
#lastplayed ul li.black {
	display:block;
	background-color:#000;
	width:156px;
}
#lastplayed ul li.link {
	display:block;
	height:21px; width:156px;
	padding:0; text-align:center;
	line-height:19px;
}
#lastplayed ul li.link a {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#F90941;
}



.song {
	color:#999999;
	margin-left:25px;
	margin-top:-1px;
	text-align:left;
}

.songnumber{
color:#F90941;
font-weight:bold;
width:14px;
float:left;
font-size:12px;
position:relative;
top:5px;
margin-right:5px;

}

#clearer{
clear:both;
}


/*---------------------------------*/
