#pl {
	height:130px;
	background:#000000 url(../../graphics/gradient.jpg) repeat-x;	
	/* border:1px solid #ddd; */
	width:845px;
	position:absolute;
		top: 403px;
		left: 28px;
	overflow:hidden;
	/* padding:5px 0; */
	float:left;
}

#pl div.entries {
	height:130px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(/img/playlist/entry.png) no-repeat scroll 0%;
	color:#fff;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:110px;
	margin:5px 4px 0px 17px;
	/* padding:10px; */
	text-decoration:none;
	width:117px;
}

#pl div.entries a img {
	color:#000
}

#pl div.entries a:hover img {
	color:#fff
}


#pl div.entries a:hover {
	background-position:-140px 0;
	color:#fff;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#fff;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#fff;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a {
	outline: 0;
} 

a.nextPage{
	display:block;
	width:18px;
	height:18px;
	background:url(../../graphics/left.png) no-repeat;
	margin:0px;
	cursor:pointer;
	float:left;
	position: absolute;
		top: 440px;
		left: 878px;
}

a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../../graphics/left.png) no-repeat;
	margin:0px;
	cursor:pointer;
	float:left;
	position: absolute;
		top: 440px;
		left: 6px;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(../../graphics/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	/* visibility:hidden; */	
}

