#playlist_wrap {
	width: 720px;
	margin-left: -360px;
	left: 50%;
	position: relative;
	margin-top:-65px;
	margin-bottom: 20px;
}
#playlist_wrap h1 {
  text-align:center;
  font-size:16px;
  font-weight:bold;
	color:#efefef;
}
#playlist_wrap p {
  text-align:center;
  font-size:12px;
  font-weight:bold;
	color:#cfcfcf;
}

#pl {
	height:80px;
	background:#5f5f5f;	
	border:1px solid #ddd;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:0;
	float:left;
	margin-top:-10px;
}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent;
	color:#efefef;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:9px;
	height:60px;
	margin:0px 4px;
	padding:5px 10px;
	text-decoration:none;
	width:117px;
	
}

#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;
	color:white;
	font-weight:bold;
}

#pl div.entries strong {	
	float:right;
	color:white;
}

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;		
}
