/* 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;		
}
*:first-child+html #player, #player img{
	display:block;				
	width:320px;
	height:240px;
	border:0px;		
	margin-left:5px;
	margin-right:15px;
}
*html #player img, #player {margin-left:3px; margin-right:3px;}

/* play button on top of splash image */
div.play {
	background:url(../images/play.png) no-repeat;
	width:133px;
	height:133px;
	position:relative;
	top:-170px;
	left:100px;	
	opacity:1.0;
	margin-bottom:-50px;
}
*html div.play {
	opacity:1.0;
	margin-bottom:-150px;
	border:#FF0000 1px solid;
	z-index:1px;
}

div.play:hover {opacity:0.6; cursor:pointer;}


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