.player{
	margin-left: auto;
	margin-right: auto;
}
#pl {
	height:80px;
	background:#f5fbfb url(h15jjh0.png) repeat-x;	
	border:1px solid #ddd;
	width:560px;
	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(entry.png) no-repeat scroll 0%;
	background-position:0px 0;
	color: #666;
	float: left;
	font-family: "bitstream vera sans","lucida grande","verdana";
	font-size: 10px;
	height: 80px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

#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 {
	color: Navy;
	font-style: normal;
	position: absolute;
	bottom: 3px;
	right: 8px;
}
#pl div.entries a span {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 124px;
		line-height: 13px;
}
a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(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(right.png);	
}

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