.gallery_opener {
    cursor: pointer;
    background-color:   #FFFFFF;
    border-spacing: 0;
    border-color:   #000000;
    width: 150px;
    white-space: nowrap;
}

.gallery_opener tr:first-child td {
    cursor: pointer;
    background-color:   #000000;
    text-align:     center;
    padding:    3px;
    border-spacing: 0;
    margin: 0;
}

.gallery_opener tr:first-child td {
    background-color:   #000000;
    border-spacing: 0;
    margin: 0;
    
}

.gallery_opener tr:nth-child(2) {
    
}

.gallery_opener tr:nth-child(2) td {
    font-weight: bold;
    padding: 2px 8px;
    font-size:  8pt;
    border-style:   solid solid none solid;
    border-width: 1px;
    border-color:   #000000;    
}

.gallery_opener tr:nth-child(3) td {
    font-style: italic;
    padding: 0 8px;
    font-size:  8pt;
    border-style:   none solid solid solid;
    border-width: 1px;
    border-color:   #000000;
}

#image_gallery
{
    width:  100%;
}

#image_section {
    width:          80%;
    text-align:     center;
    margin:         20px auto 35px;
    height:         800px;
    display:        block;
    
}


.prevPicture::before {
  content: '\003c' !important;  
}

.nextPicture::after {
  content: '\003e' !important;  
}

.prevPicture, .nextPicture {
  cursor: pointer;
  position: absolute;
  top:  1000px;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextPicture {
  margin-left: -45px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevPicture:hover, .nextPicture:hover {
  background-color: rgba(0,0,0,0.8);
}