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

#player {
	margin-top: 0; 
}

div.playlist {
	width:190px;
	margin-top: -20px;		
}

div.all-vid {
	font: bold 12px/13px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	width: 100px;
	color:#006699;
	margin-top: 35px;
	margin-left: 0;
	}
div.all-vid a{color:#104c6e;}

div.print{
	float:left;
	margin-top: -27px;
	width: 125px;}

div.print a{
	color:#104c6e;
	font: bold 12px/13px Georgia, "Times New Roman", Times, serif;
	padding-top: 50px;
}

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

/* play button on top of splash image */
div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-115px;
	left:107px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	background:url(../img/block2.jpg) no-repeat;
	width:190px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#444;		
}

div.items p {
	font-size:11px;
	width:170px;
	padding:8px 0 0 12px;
	margin:0px;		
}

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 -68px;	
}

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

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;
}
