@CHARSET "UTF-8";

#overlay
{
	width: 400px;
	height: 400px;
	border: 2px solid red;
	position: fixed;
	left: 500px;
	background-color: #FFF;
	display: none;
	z-index: 1000;
	overflow: hidden;
	padding: 3px;
}

#tv
{
	width: 400px;
	height: 400px;
	border: 0px solid red;
	position: fixed;
	left: 500px;
	background-color: transparent;
/*	background-image: url(tv_logo_shadow.png);*/
	display: none;
	z-index: 1000;
	overflow: hidden;
	padding: 3px;
}

#transparent
{
	width: 100%;
	background-image: url(transparency4.png);
	position:fixed;
	height:100%;
	width:100%;
	display: none;	
	top:0px;
	left:0px;
	z-index:999;
}

.pointer
{
	cursor:pointer;
}