.lb-outerContainer{
  position:relative;width:250px;height:250px;margin:0 auto;border-radius:0px;background-color:#fff
}
.lightbox .lb-image{
  display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:10px solid #e7f5ff
}
.lb-dataContainer{
  position: abs
  margin:0 auto;
  padding-top:5px;
  width:100%;
  -moz-border-radius-bottomleft:4px;
  -webkit-border-bottom-left-radius:4px;
  border-bottom-left-radius:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px
}
.lb-navclose{
  position: absolute;
  height:auto;
  width:unset;
  z-index:10;
  top:20px;
  right:20px;
}
.lb-navclose .lb-closeButton{
  height:100%;
  cursor:pointer;
  display:block;
}
.lb-navclose a.lb-closeButton{
  text-decoration: none;
  width: 36px;
  height: 36px;
  font-size: 18px;
  margin: 2px 2px;
  padding-top: 1.3rem;
  opacity: 1;
}
.lb-navclose a.lb-closeButton:hover{
  background-color: #ccc;
}
.lb-nav{
  top:unset;
  height:auto;
  width:unset;
  z-index:10;
  bottom:20px;
  left:unset;
  right:20px;
}
.lb-next,.lb-prev{
  height:100%;cursor:pointer;display:block
}
.lb-nav a.lb-prev{
  text-decoration: none;
  background: unset;
  background-color: #004d73;
  width: 36px;
  height: 36px;
  font-size: 32px;
  margin: 2px 2px;
  padding-top: 1.3rem;
  opacity: 1;
}
.lb-nav a.lb-prev:hover{
  background-color: #ccc;
}
.lb-nav a.lb-next{
  text-decoration: none;
  background: unset;
  background-color: #004d73;
  width: 36px;
  height: 36px;
  font-size: 32px;
  margin: 2px 2px;
  padding-top: 1.3rem;
  opacity: 1;
}
.lb-nav a.lb-next:hover{
  background-color: #ccc;
}
