#pl {
	height:160px;
	background:#f5fbfb url(http://keyorganization.com/images/h180.png) repeat-x;	
	border:1px solid #ddd;
	width:440px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl div.entries {
	height:160px;
	position:absolute;
	width:450px;
}

#pl div.entries a {
	background:transparent url(http://keyorganization.com/images/videos/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

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

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

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

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

#pl div.entries em {	
	float:right;
	margin-top:25px;
	color:red;
	font-style:normal;
}

a.prevPage {
	display:block;
	width:0px;
	height:18px;
	background:url(http://keyorganization.com/images/left) no-repeat;
	margin:35px 0px;
	cursor:pointer;
	float:left;
}

a.nextPage {
	display:block;
	width:0px;
	height:18px;
	background:url(http://keyorganization.com/images/right) no-repeat;
	margin:35px 0px;
	cursor:pointer;
	float:left;
}

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


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

