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