.microfiche-controls {
/*  display: block;
  text-align: center;
  font-size: 10px;
  padding: 5px 0px;*/
}
.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;
  border:0;
  outline:none;
  cursor:pointer;
}
.microfiche-prev-button{ position:absolute; top:200px; left:0;    background: url(/templates/main/css/../images/jtl02.png) left center no-repeat;
    left: 0px;
    z-index: 999; width:41px; height:41px;}
.microfiche-prev-button:hover{
	background: url(/templates/main/css/../images/jtl03.png) left center no-repeat; 
    right: 0px;
    z-index: 999;}
.microfiche-next-button{ position:absolute; top:200px; right:0;background: url(/templates/main/css/../images/jtr02.png) right center no-repeat;
    right: 0px;
    z-index: 999; width:41px; height:41px;}
.microfiche-next-button:hover{background: url(/templates/main/css/../images/jtr03.png) left center no-repeat; 
    right: 0px;
    z-index: 999;}

