#pl {
	height:115px;
	background:#212121 url(/media/img/player/h150.png) repeat-x;
	border:1px solid #ddd;
	width:551px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

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

#pl div.entries span {
	background:transparent url(/media/img/player/entry2.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:92px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:153px;
	
}

#pl div.entries span:hover {
	color:#000;
}

#pl div.entries span.playing {
	background-position:-351px -10px;
	color:#000;
}

#pl div.entries span.paused {
	background-position:-526px -10px;
	color:#000;
}

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

#pl div.entries em {	
	float:right;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/media/img/player/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(/media/img/player/right.png);
}

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

#pl2 {
	height:115px;
	background:#212121 url(/media/img/player/h150.png) repeat-x;
	border:1px solid #ddd;
	width:551px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl2 div.entries2 {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl2 div.entries2 span {
	background:transparent url(/media/img/player/entry2.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:92px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:153px;

}

#pl2 div.entries2 span:hover {
	color:#000;
}

#pl2 div.entries2 span.playing {
	background-position:-351px -10px;
	color:#000;
}

#pl2 div.entries2 span.paused {
	background-position:-526px -10px;
	color:#000;
}

#pl2 div.entries2 span.progress {
	opacity:0.8;
}

#pl2 div.entries2 em {
	float:right;
	color:red;
	font-style:normal;
}


#pl3 {
	height:115px;
	background:#212121 url(/media/img/player/h150.png) repeat-x;
	border:1px solid #ddd;
	width:551px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl3 div.entries3 {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl3 div.entries3 span {
	background:transparent url(/media/img/player/entry2.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:92px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:153px;

}

#pl3 div.entries3 span:hover {
	color:#000;
}

#pl3 div.entries3 span.playing {
	background-position:-351px -10px;
	color:#000;
}

#pl3 div.entries3 span.paused {
	background-position:-526px -10px;
	color:#000;
}

#pl3 div.entries3 span.progress {
	opacity:0.8;
}

#pl3 div.entries3 em {
	float:right;
	color:red;
	font-style:normal;
}