.ie8 {}
.ie8 #header form input[type=text] ,
.ie8 .sendtofriends-root input[type=text] {
  padding-top: 7px;
}
.ie8 #recommend ,
.ie8 .overlay-background {
  background: url(/images/v2/new_map/black50.png);
}

/**
 * clusterer
 */
.ie8 .clusterer-root {
  background: url(/images/v2/new_map/clursterer.png) no-repeat;
}
.ie8 .clusterer-root div {
  background: none;
}
.ie8 .clusterer-root:hover div {
  background: none;
}
.ie8 .clusterer-circle-xl {
  background-position: 0 0;
}
.ie8 .clusterer-circle-l {
  background-position: -90px 0;
}
.ie8 .clusterer-circle-m {
  background-position: -166px 0;
}
.ie8 .clusterer-circle-s {
  background-position: -226px 0;
}
.ie8 .clusterer-circle-xs {
  background-position: -272px 0;
}

.ie8 .clusterer-circle-xl {
  padding: 14px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 45px;
          border-radius: 45px;
}
.ie8 .clusterer-circle-xl div {
  font-size: 30px;
  padding-top: 17px;
  -webkit-border-radius: 31px;
          border-radius: 31px;
}
.ie8 .clusterer-circle-l {
  padding: 11px;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 38px;
          border-radius: 38px;
}
.ie8 .clusterer-circle-l div {
  font-size: 27px;
  padding-top: 15px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
}
.ie8 .clusterer-circle-m {
  padding: 9px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.ie8 .clusterer-circle-m div {
  font-size: 22px;
  padding-top: 12px;
  -webkit-border-radius: 21px;
          border-radius: 21px;
}
.ie8 .clusterer-circle-s {
  padding: 8px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 23px;
          border-radius: 23px;
}
.ie8 .clusterer-circle-s div {
  font-size: 16px;
  padding-top: 8px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
.ie8 .clusterer-circle-xs {
  padding: 4px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
.ie8 .clusterer-circle-xs div {
  font-size: 13px;
  padding-top: 4px;
  -webkit-border-radius: 11px;
          border-radius: 11px;
}