img.enlarge {
	cursor: move;
}
div.enlargeBack {
	position: fixed;
	top: 0;
	left: 0;
	#position: absolute;
	#top: expression(document.body.scrollTop)+'px';
	#left: expression(document.body.scrollLeft)+'px';
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	opacity: 0.75;
	#filter: alpha(opacity=75);
}
table.enlargeBack {
	position: fixed;
	top: 0;
	left: 0;
	#position: absolute;
	#top: expression(document.body.scrollTop)+'px';
	#left: expression(document.body.scrollLeft)+'px';
	width: 100%;
	height: 100%;
}
table.enlargeBack tr {
	vertical-align: middle;
}
table.enlargeBack tr td  {
	text-align: center;
	width: 100%;
}
table.enlargeBack tr td table tr td {
	background-color: black;
	background-image: url('/inc/clicktoclose.jpg');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 10px 18px;
	margin: auto auto;
}
