	/* make elements a little more centered */

	
	/* 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 {	
	margin-top:20px;
	display:block;
	/*background:url(/js/flowplayer/splash.png) no-repeat; */
	width:315px;
	height:225px;
	padding:0 50px 25px 137px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

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


#pl {
	height:150px;
	/*
	background:#f5fbfb url(/img/global/gradient/h150.png) repeat-x;	
	border:1px solid #ddd;
	*/
	width:584px;
	width: 441px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
	position: relative;
	left:72px;
}

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

#pl div.entries a {
	 /* background:transparent url(/js/flowplayer/entry.png) no-repeat scroll 0%; */
	 
	background-color: #e2e8ea;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	 
	 
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:130px;
	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, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/js/flowplayer/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(/js/flowplayer/right.png);
	position: absolute;
	top:40px;
	left: 510px;
}

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

a.prevPage {
position: relative;
position: absolute; 
top: 40px; 
left: 37px;
}

#playlist_wrap {


position: relative; 
left: 36px; top: -20px;

}
