
/* make elements a little more centered */
#playlist_wrap {
	width: 570px;
	}
	
	/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }
	
	
	/* container has a background image */
a.player {	
	display:block;
	background:url(../images/playlist/splash.png) no-repeat;
	width:480px;
	height:320px;
	margin: 0px auto 25px auto;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}


	

#pl {
	height:300px;
	background:#333 url(../images/playlist/h150.png) repeat-x 0 146px;
	width:480px;
	position:relative;
	overflow:hidden;
	float:left;
}

#pl div.entries {
	height:300px;
	position:absolute;
	float:left;
}

#pl div.entries a {
	color:#666;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:300px;
	text-decoration:none;
	text-align: center;
	width:160px;
	float: left;
	
}

.oben {
	text-align: center;
	color: #1c6ea8;
	font-size: 11pt;
	margin-bottom: 30px;
}

.unten {
	margin-top: 10px;
	color: silver;
}

#pl div.entries a:hover {
	background:#333 url(../images/playlist/h_video.png) repeat-x 0 146px;
}

#pl div.entries a.playing {		
	color:#000;
	background-color:#066;
}

#pl div.entries a.paused {		
	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, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/playlist/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(../images/playlist/right.png);	
}

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