/* container has a background image */
a.player {	
	float: left;
	display:block;
	position: relative;
	left: 218px;
	top: 50px;
	background:url(images/video_image.jpg) no-repeat; 	
	width:400px;
	height:224px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

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


	

#pl {
	height:240px;
	background:#000 url(flowplayer/h150.png) repeat-x;	
	border:1px solid #888;
	width:438px;
	position:relative;
	left: 200px;
	top: 96px;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

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

#pl div.entries a {
	background:transparent url(flowplayer/entry.png) no-repeat scroll 0%;
	color: #550b33;
	float:left;
/*	font-family:"bitstream vera sans","lucida grande","verdana"; 		*/
	font-size:9px;
	height:220px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#c11975;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#c11975;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#c11975;
}

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

#pl div.entries p {
	color: #550b33;
	font-style:normal;
}

#pl div.entries em {	
	margin-top:15px;
	color: #c11975;
	font-style:normal;
	position: absolute;
	bottom: 12px;
	margin-left: 60px;
}

.img_pl {	
	margin-top:15px;
	position: absolute;
	bottom: 11px;
	border: 0px;
	margin-left: 0px;
}

a.prevPage {
	display:block;
	width:64px;
	height:14px;
	background:url(flowplayer/vorige.jpg) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
	position:relative;
	left:-231px;
	top:270px;
}

a.nextPage {
	display:block;
	width:79px;
	height:14px;
	background:url(flowplayer/volgende.jpg) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
	position:relative;
	left:128px;
	top:45px;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -14px;		
}

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