div.popup-hidden img.thumbnail
{ 
  display:none;
 }
div.popup-visible img.thumbnail
{ 
  display:block;
  border:1px solid #E0E0E0;
 }

div#map-tool
{ 
  width:594px;
  height:376px;
  position:relative;
  margin-top:10px;
  margin-left:0px;
  overflow:hidden;
 }

div#tiles
{
/*
  margin-top:-94px;
  margin-left:-148px;
  width:891px;
  height:564px;
*/
  width:594px;
  height:378px;
  }

div.tile
{
  float:left;
  width: 297px;
  height: 188px;
  overflow: hidden;
  }

div.tile img
{ 

  }

div#map
{
  position:absolute;
  top:0px;
  left:0px;
  z-index:0;
  overflow:hidden;
  }

div#controls
{
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  }

div#controls a
{
  position:absolute;
  background-color:#E0E0E0;
  display:block;
  text-decoration:none;
  -moz-opacity:0.6;
  opacity:0.6;
  }

div#controls a:hover
{ 
  -moz-opacity:0.9;
  opacity:0.9;
 }

a#north
{
  left:108px;
  top:0px;
  width:378px;
  height:15px;
  background:url(arrow_n.gif) center 4px no-repeat;
  }

a#northeast
{
  left:488px;
  top:0px;
  width:106px;
  height:15px;
  }
a#northeastx
{
  left:579px;
  top:0px;
  width:15px;
  height:92px;
  background:url(arrow_ne.gif) 6px 4px no-repeat;
  }

a#east
{
  left:579px;
  top:94px;
  width:15px;
  height:188px;
  background:url(arrow_e.gif) 7px center no-repeat;
  }

a#southeast
{
  left:488px;
  top:361px;
  width:106px;
  height:15px;
  }
a#southeastx
{
  left:579px;
  top:284px;
  width:15px;
  height:92px;
  background:url(arrow_se.gif) 6px 83px no-repeat;
  }

a#south
{
  left:108px;
  top:361px;
  width:378px;
  height:15px;
  background:url(arrow_s.gif) center 7px no-repeat;
  }

a#southwest
{
  left:0px;
  top:361px;
  width:106px;
  height:15px;
  }
a#southwestx
{
  left:0px;
  top:284px;
  width:15px;
  height:92px;
  background:url(arrow_sw.gif) 4px 83px no-repeat;
  }

a#west
{
  left:0px;
  top:94px;
  width:15px;
  height:188px;
  background:url(arrow_w.gif) 4px center no-repeat;
  }

a#northwest
{
  left:0px;
  top:0px;
  width:106px;
  height:15px;
  }
a#northwestx
{
  left:0px;
  top:0px;
  width:15px;
  height:92px;
  background:url(arrow_nw.gif) 4px 4px no-repeat;
  }

