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

#pl div.entries a {
	background:transparent url(images/background-vidchar.gif) no-repeat;
	/*background-color:#ffffff;*/
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:10px;
	height:110px;
	margin:0px 4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-decoration:none;
	width:165px;
	
}

#pl div.entries a:hover {
	/*background-position:-140px 0;*/
	color:#000;
	opacity:0.8;
}

#pl div.entries a.playing {
	/*background-position:-280px 0;	*/	
	color:#000;
	opacity:0.6;
}

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

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

#pl div.entries em {	
	border:0;	
	float:left;
	margin-right:10px;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
	/*background:transparent url(images/clock.gif) no-repeat scroll 0 50%;*/
}

/* splash image */

#play-btn {
	margin-left:auto;
	margin-right:auto;
	width:45px;
	height:45px;
}

.link-text {
	color:#ffffff;
	font-weight:bold;
	font-size:21px;
	height:25px;
	padding-bottom:5px;

}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	/*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;		
}
/* info area */
div.player div.info {
	height:28px;
	width:366px;
	padding-left:43px;
	padding-top:35px;
	/*background:#000 url(/img/global/gradient/h80.png) repeat-x;*/
	
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}



