.photos{cursor:pointer;}
.myphotos {cursor:pointer;border: 6px solid #ffffff;}
.myphotos:hover {cursor:pointer;border: 6px solid #cfcfcf;}

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


#glisse-close {
  height: 40px;
  width: 20px;
  text-align: center;
  position: fixed;

  top:40px;
  right:60px;

//  bottom: 10px;
//  left: 50%;
//  margin-left: -10px; 
}
  #glisse-close:after {
    height: 50px;
    width: 50px;
    display: block;
    color: #FFF;
    content: "'";
    font-family: WebSymbolsRegular;
    line-height: 40px;
    font-size: 40px;
    color: #DFDFDF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.8px #000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); }

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('/glisse/websymbols-regular-webfont.eot');
  src: url('/glisse/websymbols-regular-webfont.eot?#iefix') format("embedded-opentype"), url('/glisse/websymbols-regular-webfont.woff') format("woff"), url('/glisse/websymbols-regular-webfont.ttf') format("truetype"), url('/glisse/websymbols-regular-webfont.svg#WebSymbolsRegular') format("svg");
  font-weight: normal;
  font-style: normal; }

/* Prev/Next button */
.glisse-next a, .glisse-prev a {
  width: 20px;
  height: 40px;

  text-decoration: none;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 20px;
  font-size: 30px;
  font-family: WebSymbolsRegular;
  line-height: 40px;
  color: #DFDFDF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.8px #000;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); }

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

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


.glisse-legend {
  display:none;
	}

