@charset "utf-8";

.ligthbox-player-switch  {
	display: block;
	position: relative;
	line-height: 0;
}
.ligthbox-player-switch-waiting {
	cursor: wait;
}
.ligthbox-player-switch-indicator {
	position: absolute;
/*
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
*/
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0.0;
	-moz-opacity: 0.0;
	z-index: 40;
	background-color: black;
}
.ligthbox-background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0.0;
/*
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
*/
	z-index: 9999;
	background-color: black;
}
.ligthbox-player-wrapper {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -334px;
    background-color: black;
	z-index: 9999;
	border: 10px solid black;
}
.ligthbox-player-movie-title {
	width: 640px;
	color: #FFFFFF;
	padding-top: 10px;
	/*text-align: center;*/
	font-size: 16px;
}
.ligthbox-player-close-button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 28px;
	color: #FFFFFF !important;
	width: 24px;
	padding: 3px;
    text-decoration: none !important;
	line-height: 1;
}
