#pl {
	height:80px;
	border:0px solid #ddd;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl div.entries {
	text-align: left;
	height:80px;
	position:absolute;
	width:10000em;
	left: 3px;
	top: 7px;
}

#pl div.entries a {
	background:transparent url(/360tour/timbercove/css/img/entry.png) no-repeat scroll 0%;
	color:#ffffff;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;
	
}



#pl div.entries a.playing {
	background-position:-140px 0;
}

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

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

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

#pl div.entries em {	
	float:right;
	margin-top:18px;
	color:#d1d1d1;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/360tour/timbercove/css/img/left.png) no-repeat;
	margin:35px 3px;
	cursor:pointer;
	float:left;
}

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

a.nextPage {
	background-image:url(/360tour/timbercove/css/img/right.png);	
}

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


