#flashPlayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 250px;
	display: none;
	border: 1px solid #666;
}
#flashPlayerOpen {
	background-color: #000;
	display: block;
	text-align: center;
	color: #eee;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	font-size: 10px;
}
#flashPlayerOpen:hover {
	background-color: #000;
	color: #fff;
}
#flashPlayer #flashPlayerTitle {
	cursor: move;
	background-color: #000;
	line-height: 18px;
	height: 18px;
	color: #eee;
	font-weight: bold;
	font-size: 10px;
	text-indent: 10px;
}
#flashPlayer #flashPlayerTitle a {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
}

