#pl {
	height:80px;
	background:#f5fbfb url(http://www.CoscendCommunications.com/Tools/img/global/gradient/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

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

#pl div.entries a {
	background:transparent url(http://www.CoscendCommunications.com/Tools/img/playlist/block/entry.png) no-repeat scroll 0%;
	color:#444;
	float:left;
	font-family:"verdana","bitstream vera sans","lucida grande";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

div.entries p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#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:15px;
	color:#777;
	font-style:normal;
}

/* {{{ Original arrow type  
  a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.CoscendCommunications.com/Tools/img/playlist/arrow/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(http://www.CoscendCommunications.com/Tools/img/playlist/arrow/right.png);	
}
Original arrow type }}} */ 

/* {{{ New arrow type */
a.nextPage, a.prevPage {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.CoscendCommunications.com/Tools/img/scrollable/arrow/hori_large.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(http://www.CoscendCommunications.com/Tools/img/scrollable/arrow/hori_large.png);	
}

/* right */
a.nextPage 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.nextPage:hover 		{ background-position:-30px -30px; }
a.nextPage:active 	{ background-position:-60px -30px; } 


/* left */
a.prevPage				{ margin-left: 0px; } 
a.prevPage:hover  		{ background-position:-30px 0; }
a.prevPage:active  	{ background-position:-60px 0; }

/* End new arrow type }}} */

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

