div.br {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: absolute; 
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom : auto0;
  width: 80%;
  background-color: white;
  color: black;
  border: solid black 1px;
}

div.br a { padding-left: 4px; padding-right: 4px; }
div.br a:hover { background: black; color: white; }
div.next a:hover { background: black; color: white; }

div.prev a:hover { background: black; color: white; }

.prev, .next {
	position: absolute; 
	position: fixed;
	bottom : 0;
	padding-left: 3px;
	padding-right: 3px;
/*	border: solid black 1px;*/
/*	background-color: white; */
	font-size: 200%;
	font-weight:  bold;
}

.prev  {
	left: 0;
}

.next {
	right: 0;
}