@charset "UTF-8";






	/* jQuery lightBox plugin - Gallery style */
	#filelist {
	clear:both;
	margin-top:10px;
	width:300px;
	
		}
	#filelist ul { list-style: none; }
	#filelist ul li {   margin-top:3px; }
	#filelist ul li a {

	color:#666666;
	padding:10px;
	display:block;
	background-image:url(manage/images/page.gif);
	background-position:10px 9px;
	background-repeat:no-repeat;
	padding-left:30px;
	text-decoration:none;

	}
	
	
	#filelist ul li a:hover {
	color:#000000;
	}
	
	
	#videoPlayer {
	position:absolute;
	width:99%;
	height:600px;
	border:1px solid #000000;
	z-index:9000;
	top:0px;
	background-color:#000000;
	left:0px;
	}
	
	





