#pl {
	height:103px;
	/*background:#f5fbfb url(/img/global/gradient/h150.png) repeat-x;*/
	/*border:1px solid #ddd;*/
	width:380px;
	position:relative;
	overflow:hidden;
	float:left;
}

.entries {
	/*height:87px;*/
	position:absolute;
	width:10000em;
}

.page {
	width:380px;
	float:left;
}

.entries a {
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	margin:5px 0px 5px 10px;
	text-decoration:none;
	width:116px;
	height:95px;	
	border: solid 1px #000000;
	
}
.entries .time{
	color: red;
	font-size: 9px;
}
.entries img{
	margin: 0px 0px 3px 0px;
}
.entries p{
	margin-left: 5px;
}

.entries a:hover {
	color:#000;
	border: solid 1px #ffff00;	
}

.entries .playing {
	color:#000;
	border: dashed 1px #ffff00;
}

.entries .paused {
	color:#000;
}

.entries .progress {
	opacity:0.8;
}

.entries em {	

	color:red;
	font-size:9px;
}

.next, .prev {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/playlist/arrow/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

.next:hover, .prev:hover {
	background-position:0px -18px;		
}

.next {
	background-image:url(/img/playlist/arrow/right.png);	
}

.next.disabled, .prev.disabled {
	visibility:hidden;		
}
