﻿.imgteaser { 
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 0;
}

.imgteaser #captionleft {
  position: absolute;
  top: 190px;
  left:0px;
  opacity:0.7; 
  z-index:5; 
  cursor: pointer;
}
.imgteaser #captionleft1 {
  position: absolute;
  top: 260px;
  left:0px;
  opacity:0.7; 
  z-index:5; 
  cursor: pointer;
}

.imgteaser #captionright {
  position: absolute;
  top: 190px;
  right:0px;
  opacity:0.7; 
  z-index:5; 
  cursor: pointer;
}
.imgteaser #captionright1 {
  position: absolute;
  top: 260px;
  right:0px;
  opacity:0.7; 
  z-index:5; 
  cursor: pointer;
}
