.map_container_big {
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  width: 1000px;
}

.gmaps4rails_map_big {
  width: 1000px;
  height: 500px;
}

.bing_map_big {
   position: absolute;
   top: 20;
   left: 10;
   width: 500px;
   height: 500px;
   border:#555555 2px solid;
}