.photos{cursor:pointer;}

/* Glisse: Overlay */
#glisse-overlay {
  background: rgba(0,0,0.3);}

#glisse-close a {
  height: 30px;
  width: 30px;
  text-align: center;
  position: fixed;
  top:40px;
  right:40px;
  background:red;
  text-decoration: none;
  font-weight:bolder;
  font-size: larger;
  padding-top: 5px;
  color: white;
}



/* Prev/Next button */
.glisse-next a, .glisse-prev a {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    bottom: 10px;    
    background: green;
    font-weight:bolder;
    font-size: larger;
    align-content:center;
    color: white; 
    padding-left: 11px;   
    padding-top: 5px;
    text-decoration: none;    
}

.glisse-next a {
    left: 50%;
    margin-left: 20px;
    align-content:center;
}

.glisse-prev a {
  left: 50%;
  margin-left: -40px; 
  align-content:center;
}

/* Legend */
.glisse-legend {
  position:fixed;
  display:block;
  bottom:10px;
  left:10px;
  color:white;
  font-weight:bolder;
  font-size: larger;
  /*background:white;*/ }

