#pl {
	height:40px;
	/*background:#f5fbfb url(/img/global/gradient/h150.png) repeat-x;	
	border:1px solid #ddd;*/
	width:600px;
	position:relative;
	overflow:hidden;
	padding:0px 0;
	float:left;
	background:none;
}

.entries {
	height:40px;
	position:absolute;
	width:10000em;
}

.page {
	width:600px;
	float:left;
}

.entries a {
	/*background:transparent url(/img/playlist/entry.png) no-repeat scroll 0%;*/
	color:#ccc;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	font-weight:none;
	
}

.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

.entries .playing {
	background-position:-280px 0;		
	color:#FFF;
	font-weight:bold;
}

.entries .paused {
	background-position:-420px 0;		
	color:#FFF;
}

.entries .progress {
	opacity:0.8;
}

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

.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;		
}
