/* 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:0px;
	display:block;
	width:406px;
	height:301px;
	padding:0 0px 0px 0px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

/* playlist background */
#pl {
	height:63px;
	margin-top: 0px;
	background:#f5fbfb url(images/player/h150.png) repeat-x;
	padding:8px;
	border:0px solid #ddd;
	width:390px;
}

#pl div.entries {
	height:50px;
	float:left;
}

#pl div.entries a {
	background:transparent url(images/player/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:8px;
	height:34px;
	margin-right:5px;
	padding: 5px;
	text-decoration:none;
	width:67px;
}

#pl div.entries a:hover {
	background-position:-77px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-154px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-231px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	margin-top:10px;
	color:red;
	font-style:normal;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:19px;
	height:19px;
	background:url(images/player/left.png) no-repeat;
	margin:15px 5px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -19px;		
}

#pl a.nextPage {
	background-image:url(images/player/right.png);	
}

/*}}}*/



