.item {
	width: 200px;
    height: 200px;
    background: gray;
    margin: 10px;
    float: left;
    line-height: 200px;
    text-align: center;
}

.item img {
    vertical-align: middle;
    max-height: 200px;
    max-width: 200px;
}

#ms-gallery img {
  border-radius: 5px;
  border: none;
}

#ms-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 10;
  background: #000 url(../img/loader.gif) no-repeat scroll center center;
}

.ms-lightbox-group::after {
    content:'';
    display:block;
    clear: both;
}

.ms-lightbox-group img {
  float: left;
  margin: 0 15px 25px 15px;
}

.ms-lightbox {
  cursor: pointer;
}

#ms-lightbox {
  position: fixed;
  z-index: 11;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

#ms-lightbox img {
  margin: 10px 10px 0 10px;
}

.ms-gallery-group img {
  margin: 7px;
  cursor: pointer;
}

.ms-gallery-group li {
  display: inline;
  float: none;
}

#arrow-right,
#arrow-left {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  background: #000;
  opacity: 0.3;
}

#arrow-right {
  right: 20px;
}

#arrow-left {
  left: 20px;
}

#arrow-right:hover,
#arrow-left:hover {
  opacity: 0.8;
}

#arrow-right-icon,
#arrow-left-icon {
  position: absolute;
}

#arrow-right-icon {
  top: 10px;
  right: 15px;
}

#arrow-left-icon {
  top: 10px;
  left: 14px;
}

#arrow-right-icon {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
}

#arrow-left-icon {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  border-right: 15px solid #fff;
}

#counter {
  margin: 10px;
  text-align: right;
}

#ms-gallery li  {
  text-align: center;
}

#ms-gallery li::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#ms-gallery img  {
  display: inline-block;
  vertical-align: middle;
}