.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:red;}
*/


/* Prev/Next button */
/*.glisse-next a, .glisse-prev a {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 10px;
  background:green}

.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:blue; }*/

#glisse-close {
  display: none; }

#glisse-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #304400;
  /*border-top: 1px solid #000;*/
  /*text-shadow: 0 -1px 0 #333333;*/
  
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(87, 90, 98, 0.9)), color-stop(100%, rgba(62, 65, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -o-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -ms-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));*/
  /*-moz-box-shadow: inset 0 1px 0 rgba(48, 68, 0, 1);
  -webkit-box-shadow: inset 0 1px 0 rgba(48, 68, 0, 1);
  -o-box-shadow: inset 0 1px 0 rgba(48, 68, 0, 1);
  box-shadow: inset 0 1px 0 rgba(48, 68, 0, 1);*/
  }

.glisse-next a, .glisse-prev a {
	background: #fff;
	border-radius: 3px;
  position: absolute;
  display: block;
  left: 0;
  height: 40px;
  width: 37px;
  font-family: 'WebSymbolsRegular';
  line-height: 40px;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 black; }

.glisse-next a:active, .glisse-prev a:active {
  text-shadow: 0 0 30px #000, 0 0 10px #000;
  text-decoration:none; }
 
 .glisse-next a:hover, .glisse-prev a:hover{
  color:#888;
  text-decoration:none;}
 

.glisse-prev a, .glisse-prev a:visited {
  /*border-right: 1px solid #000;
  -moz-box-shadow: inset -1px 0 0 rgba(48, 68, 0, 1);
  -webkit-box-shadow: inset -1px 0 0 rgba(48, 68, 0, 1);
  -o-box-shadow: inset -1px 0 0 rgba(48, 68, 0, 1);
  box-shadow: inset -1px 0 0 rgba(48, 68, 0, 1);*/
  text-decoration: none;
  }

.glisse-next a, .glisse-next a:visited {
  left: auto;
  right: 0;
  color:#ccc;
  /*border-left: 1px solid #000;
  -moz-box-shadow: inset 1px 0 0 rgba(48, 68, 0, 1);
  -webkit-box-shadow: inset 1px 0 0 rgba(48, 68, 0, 1);
  -o-box-shadow: inset 1px 0 0 rgba(48, 68, 0, 1);
  box-shadow: inset 1px 0 0 rgba(48, 68, 0, 1);*/
  text-decoration: none;
  }

.glisse-legend {
	background:#fff;
	border-radius:3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  text-align: center;
  line-height: 40px; }