#page {
	background-image:url(../../images/bg_video3.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 44px 0 0 0;
	margin: 0;
}
#page_long {
	background-image:url(../../images/bg_video_long.jpg);
	background-repeat: no-repeat;
	width: 292px;
	height: 615px;
	padding: 44px 20px 0 26px;
}
	

/* player and playlist go side by side */
#player {	
	margin-left: 30px;
}

#playlist {
	margin-top: 25px;
	margin-left: 30px;
	clear: both;
}


/* player dimensions */
#player, #player img {
	display:block;				
	width:480px;
	height:360px;
	border:0px;		
}
#playlist {
	width:400px;
	position: relative;
	top: -350px;
	left: 560px;		
}
.play_icon {
	background-image:url(../../images/play_icon2.jpg);
	background-repeat: no-repeat;
	padding-right: 18px;
	height: 13px;
	width: 13px;
	border-bottom:none;
	text-decoration: none;
}
#playlist p, #playlist a, #playlist p a {
	color: #033972;
	font-weight: bold;
	font-size: 0.9em;
	padding: 6px 0 4px 0;
	font: "Arial", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#playlist p:hover, #playlist a:hover, #playlist p a:hover, #playlist p a:visited {
	color: #0f5ac1;
	text-decoration: none;
}

p.descriptor {
	color: #000;
	font-size: 0.7em;
	width: 480px;
	font-weight: normal;
	text-decoration:none;
	margin-left: 30px;
}

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

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
/*#playlist a {
	background:url(../img/block.jpg) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#333;		
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

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

/* entry stages: normal, hover, playing, paused */
/*#playlist a:hover {
	background-position:0 -68px;	
}

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

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}
*/

