#contentWrapper {
  width: 100%;
  position: relative;
}
#contentWrapper #gmap {
  margin-left: 49px;
  display: none;
  overflow: hidden;
}

#gmap-wrapper {
    position: relative;
}
a.gmap {
  background-image: url(../_img/gmap_off.gif);
  display: block;
  width: 71px;
  height: 15px;
  text-indent: -9999px;
  position: absolute;
  top:14px;
  right:106px;
}

a.gmap:hover {
  background-image: url(../_img/gmap_on.gif);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}