
/**
 * fullscreen.css -> http://locusonus.org/soundmap/
 * version 01
 */



:-webkit-full-screen #map_fbutton { background: url('../img/map/fs-exit.png') no-repeat; }
:-webkit-full-screen #map.fw { border: none; }
:-webkit-full-screen #Gmap.fw { top: 0; left: 0; right: 0; bottom: 0; }
:-webkit-full-screen #map_header { top: 0; left: 0; right: 0; margin-right: -2px; }
:-webkit-full-screen #map_toolbar { margin-right: -2px; }
:-webkit-full-screen #map_options { bottom: 0; right: 0; top: 0; }
:-webkit-full-screen #info.fw { bottom: 0; right: 0; top: 0; margin-right: -1px; }
 
:-moz-full-screen #map_fbutton { background: url('../img/map/fs-exit.png') no-repeat; }
:-moz-full-screen #map.fw { border: none; }
:-moz-full-screen #Gmap.fw { top: 0; left: 0; right: 0; bottom: 0; }
:-moz-full-screen #map_header { top: 0; left: 0; right: 0; margin-right: -2px; }
:-moz-full-screen #map_toolbar { margin-right: -2px; }
:-moz-full-screen #map_options { bottom: 0; right: 0; top: 0; }
:-moz-full-screen #info.fw { bottom: 0; right: 0; top: 0; margin-right: -1px; }
 
:-ms-fullscreen #map_fbutton { background: url('../img/map/fs-exit.png') no-repeat; }
:-ms-fullscreen #map.fw { border: none; }
:-ms-fullscreen #Gmap.fw { top: 0; left: 0; right: 0; bottom: 0; }
:-ms-fullscreen #map_header { top: 0; left: 0; right: 0; margin-right: -2px; }
:-ms-fullscreen #map_toolbar { margin-right: -2px; }
:-ms-fullscreen #map_options { bottom: 0; right: 0; top: 0; }
:-ms-fullscreen #info.fw { bottom: 0; right: 0; top: 0; margin-right: -1px; }
 
:fullscreen #map_fbutton { background: url('../img/map/fs-exit.png') no-repeat; }
:fullscreen #map.fw { border: none; }
:fullscreen #Gmap.fw { top: 0; left: 0; right: 0; bottom: 0; }
:fullscreen #map_header { top: 0; left: 0; right: 0; margin-right: -2px; }
:fullscreen #map_toolbar { margin-right: -2px; }
:fullscreen #map_options { bottom: 0; right: 0; top: 0; }
:fullscreen #info.fw { bottom: 0; right: 0; top: 0; margin-right: -1px; }
