#map  {
    height: 100%;
    width: 100%;

   }

#pano
{
        height: 200px;
    width: 200px;
}
      
 html, body 
  {
    height: 100%;
  }
      
      .fill 
      { 
        height: 100%;
    }
      
.horizontalscroll
      {
          overflow-x: auto;
      }
      
      .fb-page {width: 400px;}
      
         #wrapper { position: relative; height: 100%; width: 100%; }
        #over_map { position: absolute; top: 80px; right: 10px; z-index: 99; opacity: 0.95; }