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

div.playlist {
	width:200px;		
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:450px;
	height:250px;
	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:-140px;
	left:205px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;	
	color:#043904;	
}


/* single playlist item */
.items {
	color:#43bf5d;
}

div.items a {
		background:url(../images/movielinks.png) no-repeat;
		width:200px;
		height:55px;
		display:block;
		text-decoration:none;
		color:#43bf5d;	
		margin-bottom:5px;
		outline:none;		
}

#playerA .playlist .items a span.playingClass{
font-size:13px;
width:200px;
margin-top:5px;
text-indent:0px;
color:#43bf5d;
}

div.items span{
display:block;

	font-size:13px;
	width:200px;
	padding: 14px 0 0 11px;
/* 	margin-top:13px; */
	margin-bottom:5px;	
	text-indent:0px;
	color:#ffffff;	
}

div.items a.playing span{
color:#000000; 
font-weight:bold;
}
div.items p.time {
	padding-top:0px;
	color:#043904;
	margin-top:5px;
} 

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -57px;
	cursor:pointer;	
}

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

div.items a.playing {
/* 	background-position:0 -112px; */
background-position:0 -57px;	
}

#playerA .playing p{
font-size:13px;
color:#43bf5d;
margin-top:5px;
width:200px;
font-weight:bold;}

div.items a.paused {
	background-position:0 -57px;	
}


/* 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/dots3.png) 0px 0px no-repeat;	*/
	background:url(../img/dots.gif) 0px 0px no-repeat;		
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;		
}

div.navi span.active {
	background-position:0 -16px;
	cursor:default;	
}

#outliner {
width:450px;
float:left;
padding:8px 0px 0px 8px;
margin-top:0px;
clear:both;
margin-right:70px; 
margin-left:80px;
}

