
div#Thumb0 {display:block;position:absolute;bottom:10px;right:10;text-align:center; width:200px;height:150px;overflow:hidden;}
div#Thumb {display:none;position:absolute;right:0px;top:0px;border:1px solid blue;overflow:hidden;}
div#Thumb2 {display:none;position:absolute;border:1px solid cyan;overflow:hidden;}
div#wheelMode {display:none;position:absolute;left:10px;top:260px;overflow:hidden;font-size:11px;font-family:sans-serif;}
div#outerDiv0 {position:absolute;top:0px;left:0px;height:100%;width:100%;border:0px solid black;overflow:hidden;}
div#overlay {width:100px;height:20px;position:absolute;top:145px;left:10;padding-top:0;z-index:100;color:#000;font-size:12px;font-family:sans-serif;border:0 dotted #000;text-align:center;}

div#coords
{
background-color:#ddd;
	font-size:2.5em;
	position:absolute;
	top:2px;
	right:10px;
	z-index:10;
}

element.style {
	background: #ddd;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 10;
}

a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
	background-color: white;
	color: black;
   	position: absolute; top: 20px; left: 20;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  font-size:		150%;
  # background-color: #ddd;
  color:            green;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  #background-color: #ddd;
  color:            #7f7;
  } 
a:hover   {
  /* Applies to links under the pointer */
  #text-decoration:  underline;
  font-weight:      bold;
  #font-size:		100%;
  #background-color: white;
  #color:            #000;
  } 
a:active  {
  /* Applies to activated links */
  #text-decoration:  underline;
  font-weight:      bold;
  #background-color: black;
  #color: green;
  } 
