	/* 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 {	display:block;	width:400px; height:300px;	text-align:center;	color:#fff;	text-decoration:none;	cursor:pointer;}

/* splash image */
a.player img {margin-top:115px;	border:0;}


#pl {height:57px; border:0px solid #ddd; width:340px; position:relative; overflow:hidden; float:left; margin: 35px 0px 20px 0px;}

#pl div.entries {height:57px; position:absolute; width:10000em;}

#pl div.entries a {background:transparent url(../images/Video-button.gif) no-repeat scroll 0%;	color:black; float:left; font-family: "verdana", arial, sans-serif; font-size: 11px;	height: 47px; margin-right:4px; padding:5px; text-decoration:none; width:127px; background-position: 0 0;}

#pl div.entries a:hover {color: #0056b8;}

#pl div.entries a.playing {
	background-position:0px -63px;		
	color:#000;
}

#pl div.entries a.paused {background-position: 0px 0; color: #0056b8;}

#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(../images/left.gif) no-repeat; cursor:pointer; float:left;}
a.nextPage { margin: 60px 0px 0px 10px; float: right}
a.prevPage{ margin: 60px 10px 0px 0px; }


a.nextPage:hover, a.prevPage:hover {background-position:0px -18px;}

a.nextPage {background-image:url(../images/right.gif);}

a.nextPage.disabled, a.prevPage.disabled {visibility:hidden;}
