@charset "UTF-8";
/* CSS Document */

#player #movie {
	float: left;
}
#player #description {
	text-align: center;
	margin-top: 0px;
	width: 279px;
	height: 170px;
	float: left;
	font-size: 90%;
}
#player #credits {
	width: 260px;
	height: 175px;
	float: left;
	font-size: 80%;
	line-height: 12px;
	text-align: center;
	white-space: normal;
	display: compact;
	padding: 10px;
}
