﻿html
{
	overflow: hidden;
}
#imageArea {
	position: absolute;
	margin: 0px;
	padding: 0px;
	/*background: #111;*/
	background-color: Transparent;
	width: 100%;
	height: 100%;
}
#controls
{
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 5px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: bolder;
    font-size: +3;
    vertical-align: bottom;
}
#screen 
{
	position: absolute;
	overflow: hidden;
	left: 0%;
	top: 0%;
    bottom: 10%;
	width: 100%;
	height: 90%;
	/*background: #000;*/
	background-color: Transparent;
}
#screen img {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
	-ms-interpolation-mode:nearest-neighbor;
}
#screen .tvover {
	border: solid #fff;
}
#screen .tvout {
	border: solid #222;
}
#bankImages {
	display: none;
}

