.lg-outer .lg-toogle-thumb:after,
#lg-actual-size:after,
#lg-zoom-out:after,
#lg-zoom-in:after,
.lg-fullscreen:after,
.lg-toolbar .lg-download:after,
.lg-toolbar .lg-close:after,
.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
  display: none;
}

.lg-outer .lg-toogle-thumb {
  background: url(./icon/icon01.jpg)no-repeat;
}

.lg-outer .lg-toogle-thumb:hover {
  background: url(./icon/icon02.jpg) no-repeat;
}

#lg-actual-size {
  background: url(./icon/icon03.jpg) no-repeat center;
}

#lg-actual-size:hover {
  background: url(./icon/icon04.jpg) no-repeat center;
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
}

#lg-zoom-out {
  opacity: .5;
  background: url(./icon/icon05.jpg) no-repeat center;
}

.lg-zoomed #lg-zoom-out:hover {
  background: url(./icon/icon06.jpg) no-repeat center;
}

#lg-zoom-in {
  background: url(./icon/icon07.jpg) no-repeat center;
}

#lg-zoom-in:hover {
  background: url(./icon/icon08.jpg) no-repeat center;
}

.lg-fullscreen {
  background: url(./icon/icon09.jpg) no-repeat center;
}

.lg-fullscreen:hover {
  background: url(./icon/icon10.jpg) no-repeat center;
}

.lg-toolbar .lg-download {
  background: url(./icon/icon11.jpg) no-repeat center;
}

.lg-toolbar .lg-download:hover {
  background: url(./icon/icon12.jpg) no-repeat center;
}

.lg-toolbar .lg-close {
  background: url(./icon/icon13.jpg) no-repeat center;
}

.lg-toolbar .lg-close:hover {
  background: url(./icon/icon14.jpg) no-repeat center;
}

.lg-actions .lg-prev {
  background: url(./icon/icon15.jpg) no-repeat;
  width: 14px;
  height: 40px;
}

.lg-actions .lg-prev:hover {
  background: url(./icon/icon16.jpg) no-repeat;
}

.lg-actions .lg-next {
  background: url(./icon/icon15.jpg) no-repeat;
  transform: rotate(180deg);
  width: 14px;
  height: 40px;
}

.lg-actions .lg-next:hover {
  background: url(./icon/icon16.jpg) no-repeat;
  transform: rotate(180deg);
}