/* container has a background image */
a.player-scroll {
	margin-top: 0px;
	display: block;
	background: url(/images/flowplayer/splash-publisher.jpg) no-repeat left top;
	width: 640px;
	height: 505px;
	padding: 0 80px 75px 80px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

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

#pl {
	height: 210px;
	padding: 0;
	border: 0;
	width: 800px;
}

#pl div.entries {
	height: 210px;
	float: left;
}

#pl div.entries a {
	background: transparent url(/images/flowplayer/entry-standard.png) no-repeat;
	float: left;
	height: 210px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 175px;
}

#pl div.entries a: active {
	outline: none;
}

#pl div.entries a: hover {
	background: transparent url(/images/flowplayer/entry-hover.png) no-repeat;
	color: #000;
}

#pl div.entries a.playing {
	background: transparent url(/images/flowplayer/entry-play.png) no-repeat;	
	color: #000;
}

#pl div.entries a.paused {
	background: transparent url(/images/flowplayer/entry-pause.png) no-repeat;		
	color: #000;
}

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

#pl a.prevPage {
	display: block;
	width: 50px;
	height: 210px;
	background: url(/images/flowplayer/left-standard.png) no-repeat;
	margin-right: 1px;
	cursor: pointer;
	float: left;
}

#pl a.prevPage: hover {
	background: url(/images/flowplayer/left-hover.png) no-repeat;	
}

#pl a.nextPage {
	display: block;
	width: 50px;
	height: 210px;
	background: url(/images/flowplayer/right-standard.png) no-repeat;
	margin-left: 1px;
	cursor: pointer;
	float: left;
}

#pl a.nextPage: hover {
	background: url(/images/flowplayer/right-hover.png) no-repeat;	
}


/* entry contents */
#pl div.entries a img {
	padding: 0 13px 0 12px;
	margin-top: 15px;
}

#pl div.entries a p {
	padding: 0 13px 0 12px;
	margin-top: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #222222;
}

#pl div.entries a em {
	font-size: 9pt;
	color: #F00;
	font-style: normal;
	position: absolute;
	bottom: 9px;
	padding-left: 55px;
}