#controls { top: 0; border: 1px solid #ddd; margin: 0; padding: 3px;  }
#controls span { margin: 15 15px }
.slideshow { position: relative; padding:0; margin: auto; overflow: hidden z-index:100; }

#pauseButton {background: url(img/pause.png);  display: block; }
#resumeButton {background: url(img/play.png);  display: block;}

html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#slideshowcontent {
  height: 100%;
}
