@charset "utf-8";
/* Video Player styles */
body {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	width: 492px;
	min-width: 492px;
	max-width: 492px;
	height: 365px;
	min-height: 365px;
	max-height: 365px;
	overflow: hidden;
}

#container {
	padding-top: 8px;
	padding-left: 8px;
}

	#container #videoplayer {
		width: 476px;
		min-width: 476px;
		max-width: 476px;
		height: 349px;
		min-height: 349px;
		max-height: 349px;
	}