<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-zoom-container {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.img-zoom-lens {
  position: absolute;
  /*set the size of the lens:*/
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  display: block;
}
.img-zoom-result {
  /*set the size of the result div:*/
  width: 450px;
  height: 492px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#myimage {
	position: relative;
	z-index: 2;
}

#FP_GAL_overlay {
  display: block;
  position: fixed;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 2000000000;
}
#FP_GAL_galleryWindow {
  display: table;
  width: 100%;
  height: 100%;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  position: relative;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner .FP_GAL_galleryItem {
  margin: 0 auto;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 5px;
  background: url('/css/FP_gal/images/loader.apng') no-repeat center center white;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner .FP_GAL_galleryItem img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a {
  position: absolute;
  width: 30px;
  height: 60px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 300000;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_maximize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_minimize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close {
  height: 30px;
  /* border-radius: 50%;*/
  left: 16px;
  top: 16px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('/css/FP_gal/images/gallery-max.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  display: none;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_maximize.FP_GAL_minimize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_minimize.FP_GAL_minimize,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close.FP_GAL_minimize {
  background-image: url('/css/FP_gal/images/gallery-min.svg');
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close {
  left: auto;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url('/css/FP_gal/images/gallery-close.svg');
  display: block;
  border: 1px solid #666;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right {
  margin: auto;
  bottom: 5px;
  height: 40px;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left {
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('/css/FP_gal/images/gallery-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right {
  left: 50%;
  margin-left: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('/css/FP_gal/images/gallery-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left:hover,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right:hover,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_maximize:hover,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_close:hover {
  background-color: #fff;
  background-color: #ffffff;
}
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_left.disabled,
#FP_GAL_galleryWindow #FP_GAL_galleryInner a.FP_GAL_right.disabled {
  display: none;
}


</pre></body></html>