#pl {
	height:80px;
	background:#f5fbfb url(../img/h150.png) repeat-x;	
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:894px;
	position:relative;
	overflow:hidden;
	padding:0px;
	margin-left:24px;
}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(../img/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:16px;
	font-weight: bold;
	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 {
	position: relative;
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	top: -60px;
	left: 898px;
	margin:0px;
	cursor:pointer;
	float:left;
	z-index: 901;
}

a.prevPage {
	position: relative;
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	top: 50px;
	left: 898px;
	margin:0px;
	cursor:pointer;
	float:left;
	z-index: 900;
}

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

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

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}

#demotip { 
    display:none; 
    background:transparent url(../img/black_arrow.png); 
    font-family:"Century Gothic",arial;
    font-size:15px; 
    font-weight: bold;
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
    text-align: center;
}

