/* Preload images */
body:after {
  content: url(../images/product/close.png) url(../images/product/loading.gif) url(../images/product/prev.png) url(../images/product/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.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;
  padding:0 120px;
  max-width: inherit;
}

.lightbox a image{
  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:20px;
  background:#fff;
  padding-right:600px;
  position:relative;
}

.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(../images/product/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 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!important;
}

.lb-nav a.lb-prev {
  width:48px;
    height:48px;
    position:absolute;
    top:54px;
    right:-50px;
    text-align:center;
    line-height:48px;
    font-size:20px;
    color:#fff;
    border:1px solid #036EB8;
    background:#00A0E8;
}

.lb-nav a.lb-prev:hover {
    color:#fff;
    background:#036EB8;
}

.lb-nav a.lb-next {
    width:48px;
    height:48px;
    position:absolute;
    top:105px;
    right:-50px;
    text-align:center;
    line-height:48px;
    font-size:20px;
    color:#fff;
    border:1px solid #036EB8;
    background:#00A0E8;
}

.lb-nav a.lb-next:hover {
    color:#fff;
    background:#036EB8;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
    width:300px!important;
    position:absolute;
    right:55px;
    bottom:20px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  color:#ccc;
  font-family:'Microsoft Yahei', 'Î¢ÈíÑÅºÚ',sans-serif;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  color:#000;
  border-bottom:1px solid #cfcfcf;
}

.lb-data .lb-caption {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  padding-left:10px;
}

.lb-caption h3{
    font-size:24px;
    height:30px;
    margin-bottom:15px;
	text-transform:uppercase;
}

.lb-caption p{
    font-size: 14px;
    line-height:1.8em;
    color:#000;
    font-weight:100;
}

.lb-caption p span{
    float:right;}

.lb-data .lb-number {
  display:none!important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color:#000;
  text-indent:10px;
}

 .lb-close {
  display: block;
  width: 48px;
  height: 48px;
  position:absolute;
  top:0;
  right:-50px;
  z-index:99;
  cursor:pointer;
     text-align:center;
     line-height:48px;
     font-size:24px;
     color:#fff;
     border:1px solid #036EB8;
     background:#036EB8;
}

 #name{
     position:absolute;
     width:290px;
     right:65px;
     top:20px;
     text-align:left;
     line-height:1em;
 }
#name h3{font-size:30px;line-height:1em;font-weight:400;text-transform:uppercase}
#name p{font-size:20px;line-height:1.6em}
#name .line2{margin-top:5px}
.line2{width:40px;height:4px;background:#000}

