/* Video Player window */
a.player {	
	margin: 20px auto;
	display: block;
	background: #000 url("../images/video_splash.jpg") no-repeat;
	width: 640px;
	height: 400px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* Play button overlay */
a.player img {
	margin-top: 330px;
	border: 0;	
}

/*
a.player {
	margin-top: 0px;		
}
*/

div.video_wrapper {
	width: 704px;
	margin: 0 auto;
	padding: 20px 0;
	background: #53575a;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

}

div.video_wrapper h1 {
	font-size: 16px;
	color: #fff;
	text-indent: 12px;
}

div.playlist {
	width: 696px;
	margin: 0 auto;
}

/* Playlist buttons */
div.playlist a {
	float: left;
	display: block;
	background: #6a6f73;
	border: 1px solid #81878c;
	width: 214px; /* 224 actual */
	height: 50px;
	margin: 4px;
	padding: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	/* CSS3 for modern browsers */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.playlist a:hover {
	background: #c7d1d9;
/* 	color: #000;		 */
}

div.playlist a span.title {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

div.playlist a span.desc {
	display: block;
	font-size: 10px;
	color: #252525;
}

/* Clip time */
div.playlist a span.time {
	display: block;
	font-style: normal;
	font-weight: bold;
/* 	color: #cd8030; */
	padding-left: 5px;
}	

div.playlist a:hover span.time {
/* 	color: #6a6f73; */
}

/* Thumbnail image in Playlist button */
div.playlist a img {
	float: right;
	margin-left: 5px;
	border: 1px solid #656565;
}

/*
div.playlist a.first {
	border-top-width: 1px;
}
*/

div.playlist a.playing, div.playlist a.paused, div.playlist a.progress {
	background: #c7d1d9;
/* 	border: 0; */
}
	
div.playlist a.progress {
/* 	opacity: 0.6;		 */
}

div.playlist a.paused {
	background-position: 0 0;	
}

/*
div.playlist a span {
	display: block;		
	font-size: 10px;
	font-weight: normal;
	color: #252525;
}
*/

div.playlist a.playing:hover, div.playlist a.paused:hover, div.playlist a.progress:hover {
/* 	background-color: transparent !important;		  */
}