
/* player dimensions */
#player, #player img {
	display:block;				
	width:320px;
	height:240px;
	border:0px;		
	z-index: -1;
}

.playlist {
	width:320px;
	margin-top: 2px;
}

.media_playlist {
	width:320px;
	margin-top: 2px;
}


/* overlay play button */
div.play {
	background:url(../images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
.media_playlist a {
	text-decoration:none;
	color:#333;		
}

.media_playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* playlist entry */
.playlist a {
	text-decoration:none;
	color:#333;		
}

.playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* single playlist item */
div.items  
{
	width: 320px;
}

div.items a {
	background:url(../images/play_box.png) no-repeat;
	width:320px;
	height:65px;
	display:block;
	text-decoration:none;
	color:#444;		
}div.items a:hover {
	background-position:0 -65px;	
	color: #FFF;
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -65px;		
}

div.items a.paused {
	background-position:0 0px;	
}

/* small navigational dots */
div.navi {
	width:60px;	
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;	
	margin:0 0px 0 0px;
	height:11px;
	overflow:hidden;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/dots.png) 0px 0px no-repeat;		
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;		
}

div.navi span.active {
	background-position:0 -16px;
	cursor:default;
}