/* container has a background image */
a.player {	
	margin-top:10px;
	display:block;
	width:400px;
	height:400px;
	padding:5px 5px 5px 5px;	
	border:1px solid #9cb2d2;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-left:0px;
	border:0;	
}

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

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

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

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#9cb2d2;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#9cb2d2;
}

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

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

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

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../../design/left.png) no-repeat;
	margin:30px 5px;
	cursor:pointer;
	float:left;
}

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

a.nextPage {
	background-image:url(../../design/right.png);	
}

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