	
	/* 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;
	background-image:url(305Splash.jpg);
	width:670px;
	height:380px;
	/*padding:0 126px 75px 127px;	*/
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:167px;
	margin-right: 170px;
	border:0;	
}


#playlist_wrap  {
				margin-left: 55px;
				}
	

#pl {
	height:80px;
	/*background:#f5fbfb url(/img/global/gradient/h150.png) repeat-x;	*/
	border:1px solid #ddd;
	width:720px;
	/*margin-right:auto;
	margin-left:auto;*/
	position:relative;
	overflow:hidden;
	/*padding:5px 0;*/
	margin-left: 0px;
	float:left;
}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(/img/playlist/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	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;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:60px;
	background:url(left.jpg) no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	margin-top:10px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover {
	/*background-position:0px -18px;*/
	background-image:url(rightHover.jpg);
}

a.prevPage:hover {
	/*background-position:0px -18px;*/
	background-image:url(leftHover.jpg);
}

a.nextPage {
	background-image:url(right.jpg);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}