@CHARSET "UTF-8";

#layer_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	z-index: 500;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
#layer {
	position: absolute;
	width: 520px;
	height: 350px;
	top: 50%;
	left: 50%;
	margin: -175px 0 0 -260px;
	overflow: hidden;
	z-index: 900;
	}
	
#layer_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 350px;
	z-index: 10;
	}
	
#tvSpotPlayer {
	color: white;
	}
	
#tvSpotNoFlash {
	width: 480px;
	height: 310px;
	padding: 20px;
	position: relative;
	background: black;
	}
	
#tvSpotNoFlash a.close {
	width: 49px;
	height: 25px;
	text-indent: -19999px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(/images/lightbox/closelabel.gif) 0 0 no-repeat;
	}
	
#tvSpotNoFlash a.close:focus {
	outline: none;
	}

