#pl {
	height:120px;
	width:384px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}
	.noscroll {
	margin-left:23px;
	}

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

#pl div.entries a {
	background:transparent url('/global/img/white120.jpg') no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	height:96px;
	width:100px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	
}

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

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

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

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

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

#playlist_wrap a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url('/global/img/arrow/left.png') no-repeat;
	cursor:pointer;
	float:left;
	z-index:999;
}

#playlist_wrap a.nextPage {
	margin:55px 0 55px 5px;
}

#playlist_wrap a.prevPage {
	margin:55px 5px 55px 0;
}

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

#playlist_wrap a.nextPage {
	background-image:url('/global/img/arrow/right.png');	
}

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