#pl {
	height:38px;
	background:#f5fbfb url(/img/global/gradient/h150.png) repeat-x;	
	border:1px solid #ddd;
	width:584px;
	
	position:relative;
	overflow:hidden;
	padding:0px 0;
	float:left;

}

#pl div.entries {
	height:35px;
	position:absolute;
	width:10000em;
	
}

#pl div.entries a {
	background:#d4d4d5 url(../video_images/gray_bg.gif);
	color:#000;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	height:33px;
	margin:0px 0px;
	text-decoration:none;
	width:72px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	border:1px solid #dcd1cd;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#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(../video_images/left_new.png) no-repeat ;
	margin-top:13px;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(../video_images/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
