.scrollView.e5_slideshow > .slider_ > * {
  vertical-align:middle;
}


.e5_slideshow {
  overflow:hidden;
	position:absolute;
	margin:0; padding:0; top:0; left:0;
	font-size:1.2em;
	font-family:Arial;
	background-color:black;
	z-index:40;
	color:white;
	display:none;
}
.e5_slideshow > .slider_ {
  display:table;
  table-layout:fixed;
  xwidth:100%;
  background-color:black;
}
.e5_slideshow > .slider_ > * {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
.e5_slideshow > .slider_ > div img {
  max-height:100%;
  max-width:100%;
}
.e5_slideshow > .slider_ > div .header {
  display:none;
}
.e5_slideshow > .footer_, .e5_slideshow > .header_ {
  position:absolute;
  left:0; 
  right:0;
  color:#fff;
  text-align:center;
  z-index:2;
  
	background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0.2,#000), to(rgba(0,0,0,0)));
  background: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0) 80%, rgba(0,0,0,0));
	text-align:left;
	border:none;

  font-family: Black-Medium, sans-serif;
  font-size: 16px; /* 1 em? What is the default on iPad? */
  line-height: 112.5%;
}
.e5_slideshow > .header_ {
	pointer-events:none;
  padding:20px;
  padding-right:20%;
  top:0;
}
.e5_slideshow > .footer_ {
	text-align:center;
	padding:10px;
	font-size:1.3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(0.8,#000), to(#000));
  background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 80%, rgba(0,0,0,1));
  bottom:0;
}
.e5_slideshow > .footer_ > .dots_ > span {
	margin:0 2px;
}
.e5_slideshow > .footer_ > .dots_ {
	margin-bottom:-5px;
	color:rgba(255,255,255,0.5);
}
.e5_slideshow > .footer_ > .dots_ > .active_ {
	color:rgba(255,255,255,1);
}
.e5_slideshow > .close {
  background: url(images/slideShow_off.png);
	position:absolute;
	top:13px;
	right:15px;
	color:#fff;
	z-index:3;
	xpadding:20px;
	width:47px;
	height:34px;
}

/* the opener image */
.e5_slideshowOpener {
  position:absolute;
  margin:0; 
  padding:0;
  width:47px;
  height:34px;
  background:url(images/slideShow_on.png);
}

