#pl {
	height:160px;
	background:#ffe169;
	border:1px solid #ddd;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
	margin-bottom:20px;
}

#pl div.entries {
	height:140px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(images/background-video.gif) no-repeat;
	/*background-color:#ffffff;*/
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:10px;
	height:140px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:165px;
	
}

#pl div.entries a:hover {
	/*background-position:-140px 0;*/
	color:#000;
	opacity:0.8;
}

#pl div.entries a.playing {
	/*background-position:-280px 0;	*/	
	color:#000;
	opacity:0.6;
}

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

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	border:0;	
	float:left;
	margin-right:10px;
	
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
	background:transparent url(images/clock.gif) no-repeat scroll 0 50%;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(images/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(images/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
