/* container has a background image */
	a.player {	
		display:block;
		background: transparent url(../images/videosplash.gif) 0 0 no-repeat;
		width:290px;
		height:200px;
		text-align:center;
		text-decoration:none;
		cursor:pointer;
	}
	
	/* splash image */
	a.player img {
		margin-top:80px;
		border:0;	
	}

#playlist_wrap {
	width: 288px;
	*width: 290px;
	height: 80px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#pl {
	height:80px;
	background:#f5fbfb url(../images/bg.gif) 0 0 repeat-x;	
	width:248px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

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

#pl div.entries a {
	color:#666;
	float:left;
	font-family:"Trebuchet MS";
	font-size:11px;
	height:60px;
	padding:10px;
	text-decoration:none;
	width:228px;
	*width: 238px;
}

#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;
}

a.nextPage, a.prevPage {
	display:block;
	width:20px;
	height:80px;
	background: transparent url(../images/left.gif) 0 0 no-repeat;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -80px;		
}

a.nextPage {
	background-image:url(../images/right.gif);	
}

a.nextPage.disabled {
	background-image:url(../images/rightd.gif);	
	cursor: default;
}

a.prevPage.disabled {
	background-image:url(../images/leftd.gif);
	cursor: default;
}
