div#glayLayer{	display:none;	position:fixed;	left:0;	top:0;	height:100%;	width:100%;	background:black;	filter:alpha(opacity=60);	opacity: 0.60;}* html div#glayLayer{	position:absolute;}#overLayer{	display:none;	position: fixed;	top:50%;	left:50%;	margin-top:-275px;	margin-left:-400px;	padding:5px;	color:#ffffff;	font-size:14px;	height:520px;	width:800px;	text-align:center;}* html #overLayer{	position: absolute;}#overLayer img{	max-height:500px;	max-width:800px;}