/* player and playlist go side by side */
#player {float:left; margin-right:10px; margin-top:15px; margin-left:10px; margin-bottom:10px;}

div.playlist {width:110px; float:left; margin-top:-20px;}

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

/* play button on top of splash image */
div.play {
	background:url(../images/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;}


/* single playlist item */
div.items a {
	background:url(../images/lire_video.jpg) no-repeat;
	width:108px;
	height:94px;
	display:block;
	text-decoration:none;
}

div.items p {
	margin:0;
	padding:0;
	padding-top:18px;
	width:108px;
}

/* item stages: normal, hover, playing, paused */
div.items a:hover {background:url(../images/lire_videoOn.jpg) no-repeat;}
div.items a.playing, div.items a.paused {color:#000;}
div.items a.playing {background:url(../images/lire_videoActive.jpg) no-repeat;}
div.items a.paused {background:url(../images/lire_videoActive.jpg) no-repeat;}