
	/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }


	/* container has a background image */
a.player {
	margin-top:10px;
	display:block;
	background:url(img/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 20px 127px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;
}




#pl {
	height:160px;
	background:#f5fbfb url(img/h150.png) repeat-x;
	padding:10px;
	border:1px solid #ddd;
	width:652px;
}

#pl div.entries {
	height:160px;
	float:left;
}

#pl div.entries a {
	background:transparent url(img/entry.png) no-repeat scroll 0%;
	color:#000;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:10px;
	height:140px;
	margin-right:7px;
	padding:10px;
	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 {
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(img/left.png) no-repeat;
	margin:70px 10px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -18px;
}

#pl a.nextPage {
	background-image:url(img/right.png);
}


