.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:url(../images/close.png) #fff center center no-repeat;}



/* Prev/Next button */
.glisse-next a, .glisse-prev a {
  width: 40px;
  height: 40px;
  display: block;
    text-indent: -9999px;
  position: fixed;
  bottom: 10px;
  }
.glisse-prev a{
    background:url(../images/arrow-left.png) #fff center center no-repeat;
}
.glisse-next a{
    background:url(../images/arrow-right.png) #fff center center no-repeat;
}
.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:black;
  background:red; }








