
.containera {
 
  width: 200px;
  height: 380px;
  overflow: hidden;
 /* position:absolute;*/
}
.timer {
  height: 1%;
  width: 0%;

  left: 0;
  bottom: 0;
  background: #09f;
  z-index: 10;
}
.slideshow {
  position: relative;
  height: 100%;
}
.slide {
  width: 100%;
  height: 100%;
  

  }

 .slide { display: none;}