@charset "utf-8";
/* CSS Document */

div#videoPlayer {
	width: 720;
	height: 365;
}

div#playList {
	position:relative;
	display: inline;
	width:275px;
	height:365px;
	float: right;
	background-color:#5f6264;
	overflow: auto;
}

div#playList ul {
	padding: 0 6px 0 6px;
	margin: 0;
}

div#playList li {
	list-style-type: none;
	padding: 1px;
	margin-bottom: 2px;
	background-color: #737677;
	height: 45px;
}

div#playList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	padding: 0 0 0 6px;
}

div#playList a:hover {
	text-decoration: underline;
}

div#playlist li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	width: 220px;
	padding: 0 0 0 6px;
	margin:0;
}
div#playlist li a:hover{
	text-decoration: underline;
}
div#playlist li img {
	border: none;
	left: 195px;
	float: right;
	position: absolute;
	display: inline;
}

img {
	left: 195px;
	padding: 2px 0 0 0;
}

div#flash {
	float: left;
	width: 440px;
	height: 365px;
	background-color: #000;
}

