
/* player and playlist go side by side */
#player, div.playlist {
	margin: 0 auto; 
}

div.playlist {
	width:630px;
	margin: 35px 0 0 0;
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:630px;
	height: 480px;
	border: none;	
	margin: 0 auto;
}

/* play button on top of splash image */
div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-160px;
	left:190px;	
	opacity:0.9;
	margin-bottom:0px;
}

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	width:510px;
	min-height:70px;
	display:block;
	text-decoration:none;
	color:#444;
	border-bottom: 1px solid #CCC;
	margin: 1px;
}

div.items p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 0 0 12px;
	margin:0px;		
}
div.items p.naslovplay {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#06C;
}

div.items p.time {
	padding-top:0px;
	color: #900;
	margin-top:0px;

} 
div.items p.new {
	padding:0px;
	margin:0px;
	color: #090;
	font-weight: bold;
	text-align:right;
} 

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -68px;	
}

div.items a.playing, div.items a.paused {
	color: #090;
	font-weight:bold;
}

div.items a.playing {
	background-position:0 -136px;		
}

div.items a.paused {
	background-position:0 -68px;	
}


/* 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(../img/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;
}
