a.player {	
	display:block;
	width:468px;
	height:264px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	/*background:#000 url(/img/global/gradient/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);*/
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}

#player {
	margin:0px;		
}

#pl {
	height:80px;
	background:#f5fbfb url(http://flowplayer.org/img/global/gradient/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:466px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

.pagepl {
	width:462px;
	float:left;
}

.entries a {
	background:transparent url(http://flowplayer.org/img/playlist/entry.png) no-repeat scroll 0%;
	color:#ff6600;
	float:left;
	font-family:"verdana","bitstream vera sans","lucida grande";
	font-size:10px;
	height:60px;
	margin:0px 8px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

.entries a:hover {
	background-position:-140px 0;
	color:#007895;
}

.entries .playing {
	background-position:-280px 0;		
	color:#007895;
}

.entries .paused {
	background-position:-420px 0;		
	color:#007895;
}

.entries .progress {
	opacity:0.8;
}

.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

.next {
	display:block;
	width:18px;
	height:18px;
	background:url(http://flowplayer.org/img/playlist/arrow/left.png) no-repeat;
	margin:30px 0px 30px 5px;
	cursor:pointer;
	float:left;
}

.prev {
	display:block;
	width:18px;
	height:18px;
	background:url(http://flowplayer.org/img/playlist/arrow/left.png) no-repeat;
	margin:30px 5px 30px 0px;
	cursor:pointer;
	float:left;
}

.next:hover, .prev:hover {
	background-position:0px -18px;		
}

.next {
	background-image:url(http://flowplayer.org/img/playlist/arrow/right.png);	
}

.next.disabled, .prev.disabled {
	visibility:hidden;		
}

