#pl {
	height:85px;
	background:#f5fbfb url(h150.png) repeat-x;
	border:1px solid #ddd;
	width:440px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

.entries {
	height:70px;
	position:absolute;
	width:50000em;
}

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

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

.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, .prev {
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	margin:30px 5px;
	cursor:pointer;
	float:left;
}*/


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

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

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

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