#maptable {
	position:relative;
	margin-top:20px;
	overflow:hidden;
	height:424px;
	width:500px;
	clip:rect(0px 400px 800px 0px);
	border:2px inset #aeaeae;
	display:none;
	background-color: #000000;
}
#maptable img { height:100%;width:100%; }
#mover { position:relative; height:424;width:500;
cursor:move;}

#zoom { position:absolute;top:10px;left:10px;color:yellow;background-color:transparent; z-index:10; }
#zoom a { border:1px solid black;background-color:white; text-decoration:none; padding:2px;line-height:1.8em;color:black; }
#zoom a:hover { background-color:#FFFF00;  }



