a.player {	
	display:block;
	background:url(/wordpress/wp-content/plugins/word-press-flow-player/img/splash.png) no-repeat;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

a.player img {
	margin-top:115px;
	border:0;	
}

.plentry {
	height:80px;
	position:absolute;
	width:10000em;
}

.plentry a {
	background:transparent url(/wordpress/wp-content/plugins/word-press-flow-player/img/entry.png) no-repeat scroll 0%;
	color:#667;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 3px;
	padding:10px;
	text-decoration:none;
	width:117px;
	text-align:center;
}

.plentry a:hover {
	background-position:-140px 0;
	color:#000;
}

.plentry a.playing {
	background-position:-280px 0;		
	color:#000;
}

.plentry a.paused {
	background-position:-420px 0;		
	color:#000;
}

.plentry a.progress {
	opacity:0.8;
}

.plentry em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/wordpress/wp-content/plugins/word-press-flow-player/img/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(/wordpress/wp-content/plugins/word-press-flow-player/img/right.png);	
}

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

