#pl {
	height:88px;
	background-color:black;	
	border:1px solid #ddd;
	width:565px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

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

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

.entries a {
	color:#FFF;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 12px;
	padding:0px;
	text-decoration:none;
	width:117px;
	
}

.entries a:hover {
	color:#C8871F;
}

.entries .playing {
	color:#C8871F;
}

.entries .paused {
	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(left.png) no-repeat;
	margin:30px 0px;
	cursor:pointer;
	float:left;
}

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

.next {
	background-image:url(right.png);	
}

.next.disabled, .prev.disabled {
	visibility:hidden;		
}
