
	html {
		overflow: auto;
	}
	body {
		position: center;
		margin: 10px;
		padding: 10px;
		background:#000;
		width: 100%;
		height: 95%;
		overflow:scroll;

		
	}
	#screen {
		position: absolute ;
		left: 10%;
		top: 156px;
		width: 80%;
		height: 80%;
		background: #000;
		overflow:scroll;
		
	}
	
	#thumbs {
		position:;
		left: 300px;
		top: 500px;
		width:90%;
		height: 90%;
		background: #000;
	}
	#title {
		position:center;
		left: 10%;
		top: 10%;
		width: 30%;
		height: 10%;
		background: #000000;
	}
	#screen img {
		position: absolute;
		cursor: pointer;
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	#screen .tvover {
		border: solid #fad34a;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#screen .tvout {
		border: solid #fff;
		opacity: 0.7;
	}
	#bankImages {
		display: none;
	}
	#navigation {
		text-decoration: none;
		color:#000;
	}
	#navigation a:hover	{
		text-decoration: none ;
		background:#808040;
		color:#000;
	}
	#navigation a:visited {
		text-decoration: none;
		color:#000;
	}
	#navigation a:visited:hover {
		text-decoration: none;
		background:#808040;
		color:#000;
	}
	#link {
		visibility: hidden;
	}
	
  #newstorelink {
	color: #F00;
}