.photos{cursor:pointer;}

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

#glisse-close {
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  top:40px;
  right:40px;
  background-color:#333;
  content: '×';
  color:#FFF;
  z-index: 10001;
}



/* Prev/Next button */
.glisse-next a, .glisse-prev a {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 10px;
  background:#333;  
  z-index: 10001;
  font-family: 'Economica', sans-serif;
  font-size:300%;
  line-height:1em;
  padding:0 0 4px 0;
  text-align:center;
  color:#FFF;
}

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

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

/* Legend */
.glisse-legend {
  position:fixed;
  display:block;
  bottom:80px;
  left:0px;
  right:0px;
  
  text-align:center;
  color:white;
  z-index: 10001;
}

