#page-container {
  position : relative;
  height : 100%;
  width : 100%;
  overflow-y : scroll;
  overflow-x: auto;
}

#screen {
	 POSITION: relative; TOP: 0px; RIGHT: 18px; WIDTH: 50%; HEIGHT: 40%; /* border: #0099FF 1px dashed; */
}
#screen IMG {
	VISIBILITY: hidden; WIDTH: 0px; CURSOR: pointer; POSITION: absolute; HEIGHT: 30px
}
#screen .tvover {
	BORDER-RIGHT: #876 solid; BORDER-TOP: #876 solid; FILTER: alpha(opacity=100); BORDER-LEFT: #876 solid; BORDER-BOTTOM: #876 solid; opacity: 1
}
#screen .tvout {
	BORDER-RIGHT: #fff solid; BORDER-TOP: #fff solid; BORDER-LEFT: #fff solid; BORDER-BOTTOM: #fff solid; opacity: 0.7
}
#bankImages {
	DISPLAY: none
}