html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #000;
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#box {
		position: absolute;
		background: #111;
		border: gray solid 1px;
		visibility: hidden;
		z-index:11;
	}
	#screen {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 10%;
		height: 65%;
		background: #000000;

		
	}
	#screentop {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 0px;
		background: #000000;
		overflow: hidden;
		z-index:1;
		
	}

	#box img  {
		position: absolute;
		border: gray solid 1px;
		cursor: pointer;
		filter:alpha(opacity=100);
		-ms-interpolation-mode:nearest-neighbor;

	}
	#box span {
		position: absolute;
		color: #ccc;
		font-family: verdana;
		font-size: 12px;
		width: 200px;

	}
	#box a {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#box a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#lnk {
		visibility: hidden;
	}
