.imageViewer {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 600px;
	clear: both;
}
.imageViewer .well, .imageViewer .surface {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.imageViewer .well {
	background-color: gray;
	overflow: hidden;
}
.imageViewer .surface {
	background-color: transparent;
	border: 1px solid lightblue;
}
.imageViewer .status {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0px;
	border: 1px solid black;
	background-color: yellow;
	display: none;
}
.imageViewer .well .tile {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.imageViewer .zoom {
	background-color: lightgray;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0px 4px;
	font-size: 20pt;
	line-height: 20pt;
	font-weight: bold;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
}
.imageViewer .zoom a {
	text-decoration: none;
}
