#pl {
	height:89px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width:477px;
	position:relative;
	overflow:hidden;
	float:left;
}

#playlist_wrap {
	width: 530px;
}


#pl div.entries {
	height:89px;
	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:89px;
	text-decoration:none;
	width:119px;
}

#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 {
	color:#FFF;
	font-style:normal;
	position: absolute;
	bottom: 2px;
	padding-left: 65px;
	font-family: Verdana, Geneva, sans-serif;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 3px;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(../images/right.png);
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
/* container has a background image */
a.player {
	margin-top:5px;
	display:block;
	width:425px;
	height:302px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../images/splash.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 55px;
}

a.player2 {
	margin-top:5px;
	display:block;
	width:425px;
	height:302px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../images/splash2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 55px;
}
/* splash image */
a.player img {
	margin-top:75px;
	border:0;
}

a.player2 img {
	margin-top:75px;
	border:0;
}

