#pl {
	height:85px;
	width:650px;

	margin-bottom:8px;
}

#pl div.entries {
	float:left;
	overflow:hidden;height:85px;width:580px;position:relative;z-index:0;margin-left:0px;;
}

#pl div.entries .itm {position:absolute;width:580px;}


#pl .oneitm {
	float:left;	margin-right:5px;width:110px;background:#ededed;height:85px;
}
#pl .oneitm .ftop, #pl .oneitm .fbtn {height:5px;background:#ededed;font-size:1px}
#pl .oneitm .f1 {float:left;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') top left}
#pl .oneitm .f2 {float:right;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') top right}
#pl .oneitm .f3 {float:right;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') bottom right}
#pl .oneitm .f4 {float:left;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') bottom left}
#pl .oneitm .cn {padding:0 5px 0 5px;min-height:75px;text-align:center;}
/*
.frm_silver {background:#ededed}
.frm_silver .ftop, .frm_silver .fbtn {height:5px;background:#ededed;font-size:1px}
.frm_silver .f1 {float:left;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') top left}
.frm_silver .f2 {float:right;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') top right}
.frm_silver .f3 {float:right;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') bottom right}
.frm_silver .f4 {float:left;width:5px;height:5px;background: url('./img/special/frm_silver.jpg') bottom left}
.frm_silver .cn {padding:0 5px 0 5px;min-height:20px}


#pl div.entries .oneitm {
	background:transparent url(./img/flowplayer/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;	
	font-size:11px;
	height:90px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	width:100px;
}
*/
/*
#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 em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(./img/flowplayer/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -18px;		
}

#pl a.nextPage {
  background-image:url(./img/flowplayer/right.png);
  float:right;
	margin:30px 10px 0 0;
	}


