.zoom-icon {
  position:absolute;
  left:20px;
  width:30px;
  height:20px;
  border:1px solid #000;
  cursor:pointer;
  text-align:center;
  font-size:2em;
  border-radius:4px;
  background-color:#fff;
  padding:5px 0;
}

.zoom-icon:hover {
  background-color:#efefef;
}

#barr-map-outer {
  position:relative;
  display:block;
  overflow:hidden;
  margin-bottom:20px;
}

#barr-map-footer {
  text-align:center;
}

#barr-map-copy {
  font-size:0.8em;
}

#barr-map-container {
  height:600px;
  width:auto;
}

#barr-map-zoom-in {
  top:30px;
}

#barr-map-zoom-out {
  top:65px;
}

#barr-map-clickpopup {
  position:absolute;
  display:none;
  z-index:100;
}

#barr-map-clickpopup-inner {
  width:200px;
  height:200px;
  overflow-y:auto;
  background-color:#fff;
  padding:0 10px 10px 10px;
}

#barr-map-clickpopup-inner .barr-map-feature-box {
  margin-bottom:10px;
  border:1px solid #efefef;
  padding:5px;
}

#barr-map-clickpopup-inner .barr-map-feature-box img {
  position:relative;
  width:170px;
  height:auto;
}

#barr-map-clickpopup-header {
  width:200px;
  background-color:#fff;
  padding:10px;
  text-align:right;
}

#barr-map-clickpopup-close:hover {
  text-decoration:underline;
  cursor:pointer;
}

#barr-site-map-outer {
  display:block;
  position:relative;
  overflow:hidden;
}

#barr-site-map-container {
  height:380px;
  width:auto;
}

#barr-site-map-zoom-in {
  top:10px;
  left:10px;
}

#barr-site-map-zoom-out {
  top:45px;
  left:10px;
}

#barr-site-map-copy {
  text-align:center;
  font-size:0.8em;
}