
/* player dimensions */
#player, #player img {
	display:block;				
	width:362px;
	height:245px;
	border:0px;		
	z-index: -1;
}
#homepage_player {
	display:block;				
	width:236px;
	height:160px;
	border:0px;		
	z-index: -1;
	
}
 /*#homepage_player img
 {
	display:block;				
	width:236px;
	height:160px;
	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;
}




a.player {	
	margin-top:40px;
	display:block;
	width:425px;
	height:300px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}


a.player img {
	border:0;	
}


#pl 
{
	height:120px;
	width:584px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

#pl div.entries 
{
	height:120px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(global/images/entry.png) no-repeat scroll 0%;
	color:#666;
	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: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;
}

#pl div.entries em {	
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(global/images/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(global/images/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
