/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
#pl {
	height:180px;
	background:#FF0000 url(/img/global/gradient/h150.png) repeat-x;	
	width:840px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
	padding:10px 0px 10px 0px;	
	border:0px outset #ccc;
	background-color:#000000;
	align: center;		
}

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

#pl div.entries a {
	background:transparent url(/img/playlist/entry.png) no-repeat scroll 0%;
	color:#00FF00;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:150px;
	margin:0px 0px;
	padding:10px;
	text-decoration:none;
	width:180px;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#0000FF;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#ffffff;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:	#FF00FF;
}

#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:18px;
	background:url(http://flowplayer.org/img/playlist/arrow/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

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

a.nextPage {
	background-image:url(http://flowplayer.org/img/playlist/arrow/right.png);	
}

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