@charset "UTF-8";
/* CSS Document */
#videoPlayer {
	position: absolute;
	width: 720px;
	height: 538px;
	left: 50%;
	top: 160px;
	margin-left: -360px;
	/*background-image: url(http://valleynewschool.com/images/videoplayer/background.png);
	background-repeat: no-repeat;*/
	visibility: hidden;
}
#videoPlayerBG {
	position: absolute;
	width: 0px;
	height: 0px;
}
#videoPlayerContent {
	position: absolute;
	/*width: 660px;
	height: 478px;*/
	left: 27px;
	top: 26px;
}

