#screenBackground 
{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5; 
	filter:alpha(opacity=50); 
}

#linkDiv
{
	background: #eeeeee;
	text-align: center;
	float: right;
	width: 95px;
	padding: 8px;
	border-style: solid;
	border-color: #b51010;
	border-width: 1px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
div a.HideLink
{
	font-weight: bold;
	font-size: 16px; 
	font-family: Arial, sans-serif;
	
}
div a.OtherGallery
{
	font-weight: normal;
	font-size: 12px; 
	font-family: Arial, sans-serif;
	
}

#screen 
{
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;	
	text-align: right;
}

#screen img 
{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
	-ms-interpolation-mode:nearest-neighbor;
}
#screen .tvover 
{
	border-style: solid; 
	border-color: #ffffff; 
}
#screen .tvout 
{
	border-style: none; 
	border-color: #fff; 
}
#bankImages 
{
	display: none;
}



#screen2 
{
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	text-align: right;
}

#screen2 img 
{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
	-ms-interpolation-mode:nearest-neighbor;
}
#screen2 .tvover 
{
	border-style: solid; 
	border-color: #ffffff; 
}
#screen2 .tvout 
{
	border-style: none; 
	border-color: #fff; 
}
#bankImages2 
{
	display: none;
}





