

/* player and playlist go side by side */
#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

#playlist {
	width:150px;		
}


/* overlay play button */
div.play {
	background:url(./layout-img/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 */
#playlist a {
	background:url(./layout-img/block.gif) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#333;		
}

#playlist p {
	font-size:10px;
	width:130px;
	padding: 6px 0px 0px 8px;
	margin:0px;		
}

#playlist p.popisek {
	font-size:11px;
	width:130px;
	padding: 0px 0px 0px 12px;
	margin:0px;		
}

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


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
}

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

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}

/* audio */


/* player and playlist go side by side */
#aplayer, #aplaylist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#aplayer, #aplayer img {
	display:block;				
	width:300px;
	height:28px;
	border:0px;		
}

#aplaylist {
	width:150px;		
}


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

div.aplay:hover {
	opacity:1.0;		
}


/* playlist entry */
#aplaylist a {
	background:url(./layout-img/block.gif) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#333;		
}

#aplaylist p {
	font-size:10px;
	width:130px;
	padding: 6px 0px 0px 8px;
	margin:0px;		
}


#aplaylist p.popisek {
	font-size:11px;
	width:130px;
	padding: 0px 0px 0px 12px;
	margin:0px;		
}

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


/* entry stages: normal, hover, playing, paused */
#aplaylist a:hover {
	background-position:0 -68px;	
}

#aplaylist a.playing, #playlist a.paused {
	color:#000;	
}

#aplaylist a.playing {
	background-position:0 -136px;		
}

#aplaylist a.paused {
	background-position:0 -68px;	
}


