/* Preload images */
body:after {
  content: url(/img/lightbox/close.png) url(/img/lightbox/loading.gif) url(/img/lightbox/prev.png) url(/img/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  display: none;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  /*background-color: white;*/
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 31px;
  left: 20px;
  float: left;
  background: url(/img/lightbox/prev.png) left 50% no-repeat;
  height: 57px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}

.lb-nav a.lb-next {
  	width: 31px;
    right: 20px;
    background: url(/img/lightbox/next.png) right 50% no-repeat;
    height: 57px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 1000;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  display: none;
}

.lb-data .lb-caption {
  display: none;
}

.lb-data .lb-number {
  display: none;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 60px;
  height: 60px;
  background: url(/img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}


.img_zoom{
　position: relative;
}

.img_zoom .zoom{
　position: absolute;
　top: 300px;
　left: 150px;
}

.lightboxopen{
    overflow: hidden;
}
