.photos{cursor:pointer;}

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

#glisse-close {
 z-index:999;  width: 24px;
  height: 24px; text-align: center;
  position: fixed;
  top:40px;
  right:40px;  background:url('../../../images/off.png'); }



/* Prev/Next button */
.glisse-next a, .glisse-prev a {
 font:Bold 42px Arial; color:white; text-decoration:none; width: 32px;
  height: 32px;
  display: block;
  position: fixed;
  bottom: 35px;
  }

.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:black; }

