#pl {
	height:500px;
	overflow:scroll;
	position:relative;
	/*top:-650px;*/
	width:170px;
}

#pl div.entries {
	height:40px;
	position:absolute;
	width:150px;
}

#pl div.entries a {
	background-image:url(playlistbackground.jpg);
	background-repeat:repeat-y;
	color:#ffffff;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:35px;
	text-decoration:none;
	width:145px;
	margin-top:2px;
	margin-left:5px;
	
}

#pl div.entries a:hover {
	background-image:none;
	background-color: #c9dbf3;
	color:#000;
}

#pl div.entries a.playing {
	background-color:#ffffff;
	color:#000;
}

#pl div.entries a.paused {
	background-color:#999999;		
	color:#990000;
}


#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/playlist/arrow/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(/img/playlist/arrow/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
/* CSS Document */

