@charset "UTF-8";
/* CSS Document */

html, body { 
	margin:0; 
	height: 100%;
	background-color: #3E3E3E;
}
.cycle-slideshow {
	text-align: center;
	height: 100%;
}
.cycle-slideshow img {height: 100%;
	width: auto;
}
audio {
	position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}
.center {
	position: absolute;
    width: 100%;
    top: 50%;
	opacity: 0.25;
	margin-top: -75px;
	z-index: 99;
}
#prev {
	position: absolute;
	left: 2%;
	height: 125px;
	width: 75px;
	background: url(../prev.png) no-repeat;		
	background-size: contain;
}
#next {
	position: absolute;
	right: 2%;
	background: url(../next.png) no-repeat;	
	height: 125px;
	width: 75px;
	background-size: contain;
}
audio.deck-narrator-audio {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.deck-status {
  position: absolute;font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  bottom: 15%;
  right: 2%;
  color: #FFF;
  z-index: 3;
  margin: 0;
}

body > .deck-container .deck-status {
  position: fixed;
}

@media print {
  .deck-status {
    display: none;
  }
}
.deck-slide-scaler img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
	height: 100%;
	margin: auto;
}