#pl {
	height:130px;
	background:#f5fbfb url(/img/h150.png) repeat-x;
	border:1px solid #ddd;
	width:510px;
	position:relative;
	overflow:hidden;
	padding:0px 0;
	float:left;
}
.entries {
	height:120px;
	position:absolute;
	width:10000em;
}
.page {
	width:510px;
	float:left;
}
.entries a {
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:120px;
	margin:0px 0px;
	padding:5px;
	text-decoration:none;
	width:160px;
	
}
.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(/img/left2.png) no-repeat;
	margin:60px 5px;
	cursor:pointer;
	float:left;
}
.next:hover, .prev:hover {
	background-position:0px -18px;
}
.next {
	background-image:url(/img/right2.png);
}
.next.disabled, .prev.disabled {
	visibility:visible;
}
