#pl {
	height:300px;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	border-left:2px solid #000000;
	border-right:1px solid #000000;
	width:645px;
	position:relative;
	overflow:hidden;
	margin: 0px;
}

#pl div.entries {
	height:300px;
	border-right:1px solid #000000;
	position:absolute;
	width:50000em;
}

#pl div.entries a {
	background:transparent url(../../images/layout/flowplayer/entries.png) no-repeat scroll 0%;
	color:#ffffff;
	float:left;
	border-right:1px solid #000000;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:300px;
	text-decoration:none;
	width:214px;
	
}

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

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

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

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	float:right;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:52px;
	height:40px;
	background:url(../../images/layout/flowplayer/left_white.png) no-repeat;
	margin:20px 10px;
	cursor:pointer;

}

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

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

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

.playlist_picture {
	height: 100px;
	width: 215px;
}

.playlist_title{
	height: 45px;
	width: 215px;
	padding-top: 0px;
	
	border-bottom: 1px solid #000000;
}

.playlist_description {
	height: 155px;
	width: 205px;
}


