#pl {
	height:80px;
	border:1px solid #ddd;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
	margin:5px 0;
}

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

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

.entries a {
	background:transparent url(/flowplayer/entry.png) no-repeat scroll 0%;
	color: #333333;
	float:left;
	font-family:helvetica, arial;
	font-size:13px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;	
}

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

.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;
	font-size:11px;
	font-family:helvetica,arial;
}

.next, .prev {
	display:block;
	width:20px;
	height:18px;
	background:url(/flowplayer/left.png) no-repeat;
	margin:40px 5px;
	cursor:pointer;
	float:left;
}

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

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

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


