
	/* make elements a little more centered */
	
	/* 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:25px;
	display:block;
	background:url(512xsplash.png) no-repeat;
	width:512px;
	height:288px;
	/* top right bottom left */
	padding:0 126px 25px 0px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
 
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
 
 
	
 
#pl {
	height:80px;
	background:#f5fbfb url(h150.png) repeat-x;
	padding:5px;
	border:1px solid #ddd;
	width:500px;
}
 
#pl div.entries {
	height:80px;
	float:left;
}
 
#pl div.entries a {
	background:transparent url(entry.png) no-repeat scroll 0%;
	color:#990000;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	height:60px;
	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(left.png) no-repeat;
	margin:30px 5px;
	cursor:pointer;
	float:left;
}
 
#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -18px;		
}
 
#pl a.nextPage {
	background-image:url(right.png);	
}
