<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#player_overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1000;
	}

#player_content {
	width: 853px;
	height: 480px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -240px 0px 0px -426px;
	padding: 10px;
	background: #000;
	border-radius: 6px;
	z-index: 1001;
	}

#player_close {
	width: 27px;
	height: 27px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 265px 0px 0px 412px;
	background: url(../images/lightbox/close.png) right top no-repeat;
	z-index: 1002;
	cursor: pointer;
	}</pre></body></html>