#playlist-wrap {

	width: 600px;
	margin-left: 13px;

}

#pl {
	height:80px;
	background:#f5fbfb url(../img/playlist/h150.png') repeat-x;	
	border: none;
	width:437px;
	position:relative;
	overflow:hidden;
	margin-left: 5px;
	margin-right: 5px;
	padding:5px 0;
	float:left;
}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url('../img/playlist/entry5.png') no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","verdana";
	font-size:9px;
	height:60px;
	margin:0px 4px;
	padding:10px 10px 10px 12px;
	text-decoration:none;
	width:117px;
	
}

#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 {
	font-size: 8px;
	float:right;
	margin-top:5px;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:16px;
	background:url('../img/playlist/left.png') no-repeat;
	margin:33px 3px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url('../img/playlist/right.png');	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}

#img1 {

       background-image:url('../img/playlist/s4-25-10.png');

}
