#pl {
	height:80px;	
	width:450px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	float:left;
	height:70px;
	margin:5px 10px;
	width:130px;
	text-decoration:none;
	outline:0px;
}

#pl div.entries a img{
border:0px;
}

#pl div.entries a:hover {
opacity:0.7;
}

#pl div.entries a.playing  {
	opacity: 0.8;
}

#pl div.entries a.playing div.playlistbtn {
	background:url(../images/pause.png) no-repeat;
}

#pl div.entries a.paused div.playlistbtn{
	background:url(../images/play.png) no-repeat;
}

#pl div.entries a.progress div.playlistbtn{
	background:url(../images/load.gif) no-repeat;
	width:24x;
	height:24px;
	top:-47px;
	left:53px;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background-image:url(../images/left.png);
	margin-top:30px;
	margin-right: 4px;
	margin-left: 4px;
	cursor:pointer;
	float:left;
}

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;		
}

div.overlay {
	background:url(../images/shadow.png) no-repeat;
	padding:40px;	
	width:800px;  
	height: 616px;
	display:none;	
}

div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player {
	display:block;
	background:url(../images/splash.png) no-repeat;
	width:512px;
	height:288px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

a.player2 {
	display:block;
	width:800px;
	height:616px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

.playlistbtn {
position:relative;
top:-51px;
left:49px;
z-index:2;
width:32px;
height:32px;
background:url(../images/play.png) no-repeat;
}

