#map_canvas {
  width: 870px;
  height: 640px;
  border: 1px solid #666;
  margin: 10px auto;
}

#point-window ul li.ui-state-active{
  border: 1px solid #00a0B0 ;
  background: #00A4B1 !important;
  color: #FFF !important;
  text-shadow: 1px 1px #666 !important;
  text-align: center;
  font-weight: bold;
}

#point-window ul li.ui-state-active a{
  background: transparent !important;
  color: #FFF !important;
}

