.photos{cursor:pointer;}

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

#glisse-close {
	width: 114px;
	height: 47px;
	text-align: center;
	position: fixed;
	top:40px;
	right:40px;
	background:url(../images/close.png) no-repeat;
}


/* Prev/Next button */
.glisse-next a {
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	bottom: 10px;
	text-indent:-9999px;
	background:url(../images/next.png) no-repeat;
}

.glisse-prev a {
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	bottom: 10px;
	text-indent:-9999px;
	background:url(../images/back.png) no-repeat;
}

.glisse-next a {
  left: 48.7%;
  margin-left: 25px;
}

.glisse-prev a {
  left: 48.7%;
  margin-left: -25px;
}

/* Legend */
.glisse-legend {
  position:fixed;
  display:block;
  bottom:10px;
  left:10px;
  color:white;
  background:blue; }

