#pl {
	height:85px;
	/*background:#000000 url(../images/video-th1.jpg) repeat-x;	*/
	border:2px solid #014268;
	width:495px;
	position:relative;
	overflow:hidden;
	padding:0 0;
	float:left;
}

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

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

#pl div.entries a:hover {
	background-position:-240px 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:89px;
	background:url(../images/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(../images/right.png);	
}

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