.photos{cursor:pointer;}

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

#glisse-close {
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  top:40px;
  right:40px;
 background:#A6A6A6;
  color:#fff;
  font-size:40px;
  border-radius: 6px;
  display:none;
  }



/* Prev/Next button */
.glisse-next a, .glisse-prev a {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 10px;
  background:#A6A6A6;
  font-size: 36px;
  border-radius: 6px;
  padding:5px;
  padding-top:0px;
  }

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

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

/* Legend */
.glisse-legend {
  position:fixed;
  display:block;
  bottom:10px;
  left:10px;
  color:white;
 background:#A6A6A6;
 border-radius: 6px;
  }

