#pl {
	height:80px;
	background:#f5fbfb url(../images/playlist/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:right;
}

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

.page {
	width:580px;
	float:right;
}

.entries a {
	background:transparent url(../images/playlist/entry.png) no-repeat scroll 0%;
	color:#666;
	float:right;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

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

.entries .playing {
	background-position:-280px 0;		
	color:#000;
}

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

.entries .progress {
	opacity:0.8;
}

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

#next-page, #prev-page {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/playlist/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:right;
}

#next-page:hover, #prev-page:hover {
	background-position:0px -18px;		
}

#next-page {
	background-image:url(../images/playlist/right.png);	
}

#next-page.disabled, #prev-page.disabled {
	visibility:hidden;		
}

