/* player and playlist go side by side */
#player, div.playlist {
	float:left;		
	margin-right:10px;
	height:100%;
	margin-top:30px;
}

div.playlist {
	width:178px;
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:1px;
}

/* play button on top of splash image */
div.play {
	/*background:url(../irudiak/play.png) no-repeat;*/
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	/*opacity:0.9;*/ /* CSS 2.1 -ean ez dago onartuta. */
	margin-bottom:-50px;
	
	
	
}

div.play:hover {
	/*opacity:1.0;*/ /* CSS 2.1 -ean ez dago onartuta. */
}


/* single playlist item */
div.items a {
	background:url(../irudiak/block.jpg) no-repeat;
	width:178px;
	height:78px;
	display:block;
	text-decoration:none;
	color:#444;	
	text-align:left;
	
	
	
}

div.items p {
	font-size:11px;
	width:170px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align:left;
	
}

div.items p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
	
} 

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -78px;	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -156px;		
}

div.items a.paused {
	background-position:0 -78px;	
}


/* small navigational dots */
div.navi {
	width:60px;	
	float:left;
	margin:10px 0 0 50px;
	height:11px;
	overflow:hidden;
	
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../irudiak/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;
}
