/* Styles that control the slide show. */

div#header {position: fixed; width: 96%; top: 0; left: 1%; height: 1em; z-index: 1;}
div#controls {position: fixed; top: auto; right: 1%; bottom: 0; z-index: 100;}
div#currentSlide {position: fixed; text-align: center; width: 10%; left: 45%; bottom: 0; 
   z-index: 1;}
div#footer {position: fixed; width: 96%; top: auto; left: 1%; bottom: 0; height: 1em; 
   z-index: 1;}
div.slide {position: absolute; display: none; width: 92%; top: 1em; left: 1%; 
   padding: 3.5em 4% 4%; z-index: 0;}
div.notes {display: none;}
div#slide0 {display: block;}
*.hideme, *.incremental {visibility: hidden;}
