.microfiche-controls {
   width: 1105px;
  position: absolute;
  left: 0px;
  top: 0px;
  left: -70px;
}


.microfiche-prev-button {
/* background: blue; */
position: absolute;
/* border: 1px solid red; */
width: 55px;
height: 122px;
top: 0px;
left: 0px;
cursor: pointer;
background-color: #fff;
border: 1px solid #ededed;
color: #ccc;
font-size: 1.125em;
}

.microfiche-next-button {
/* background: blue; */
position: absolute;
/* border: 1px solid red; */
height: 122px;
top: 0px;
right: 0px;
width: 55px;
cursor: pointer;
background-color: #fff;
border: 1px solid #ededed;
color: #ccc;
font-size: 1.125em;
}

.microfiche-next-button:hover {
background-color: #ededed;
color: #80227b;
}

.microfiche-prev-button:hover {
background-color: #ededed;
color: #80227b;
}



.microfiche-bullet {
  display: inline-block;
  cursor: pointer;
  width: 10px; height: 10px;
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 5px;
  opacity: 0.25;
  appearance: none;
  border: none;
  outline: none;
  padding: 0;
}
.microfiche-bullet.selected {
  opacity: 1;
}
.microfiche-button {
  margin: 0 15px;
}


button:focus {outline: 0;}
