/* nho */
.vcgallery img {
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.vcgallery .vcgallery-item {
  white-space: nowrap;
  display: inline-block;
  float: left;
  position: relative;
}
.vcgallery .vcgallery-item:before {
  padding-top: 100%;
  content: '';
  display: block;
}
.vcgallery:after {
  content: '';
  display: block;
  clear: both;
}
.vcgallery-cbox {
  background-color: #000;
}
.vcgallery-cbox:focus,
.vcgallery-cbox:active,
.vcgallery-cbox.active,
.vcgallery-cbox:focus:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vcgallery-cbox img {
  display: block;
  margin: 0 auto;
}
.vcgallery-cbox #cboxPrevious {
  position: absolute;
  padding: 20px;
  background: url(../images/prev.png) no-repeat center;
  top: 50%;
  left: 0;
  margin-top: -43px;
  width: 64px;
  height: 86px;
  text-indent: -9999px;
}
.vcgallery-cbox #cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 20px;
  margin-top: -43px;
  background: url(../images/next.png) no-repeat center;
  width: 64px;
  height: 86px;
  text-indent: -9999px;
}
.vcgallery-cbox #cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  display: block;
  background: url(../images/close.png) no-repeat center;
  width: 74px;
  height: 74px;
  text-indent: -9999px;
  margin: 0;
}
.vcgallery-cbox #cboxTitle {
  float: none !important;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
/*# sourceMappingURL=gallery.css.map */