.slbElement {
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
}

.slbOverlay {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  position:absolute;
      height: 100%;
    width: 100%;
}

.slbWrapOuter {
	max-width: 1315px;
    margin: auto;width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
  width:100%;
}

.slbWrap {
  
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}


.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin-top:160px;
}

.slbCaption {
  position: absolute;
    top: -160px;
}
.slbArrows{
	    position: absolute;
    top: 130px;
}
.slbArrow{
	font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-family:'Graphik Web',Helvetica, Arial, sans-serif;
}
.slbArrow.next:after {
  content:" >";
}
.slbArrow.prev:before {
  content:"< ";
}




.slbCloseBtn, .slbArrow {
  margin: 0 20px 0 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
      position: absolute;
    top: 129px;
    left: 53px;
    font-size: 1.2em;
}

.slbLoading .slbArrows {
  display: none;
}


@media screen and (max-width: 700px) {
	.slbImage {margin-top: 20px;}
	.slbCaption { position:static;}
	.slbArrows{ top: -30px;;}
	.slbCloseBtn { top: -31px;}
}

