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

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

#player2, #playlist2 {
	float:left;		
	margin-right:0px; 
}

/* player dimensions */
#player2, #player2 img {
	display:block;				
	width:500px;
	height:350px;
	border:0px;		
}

#playlist {
	width:300px;		
}


/* overlay play button */
div.play {
	background:url(../../images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-145px;
	left:140px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	background:url(../../images/video_scroll_red_panel_bg.gif) no-repeat;
	width:300px;
	height:50px;
	display:block;
	text-decoration:none;
	color:#fff;
}

#playlist p {
	font-size:11px;
	width:260px;
	padding:8px 0 0 6px;
	margin:0px;
	line-height: 14px;
}

#playlist p.time {
	padding-top:0px;
	color:#CCCCCC;
	margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-image: url(/images/video_scroll_red_panel_bg_hover.gif);	
}


#playlist a.playing {
background-image: url(/images/video_scroll_red_panel_bg_playing.gif);			
}

#playlist a.paused {
background-image: url(/images/video_scroll_red_panel_bg_paused.gif);
	
}
#playlist a.hidden {
	visibility: hidden;	
}
.recent_clips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #999999;
	text-align: center;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
}
