/* Preload images */
body:after { }
body.lb-disable-scrolling { overflow: hidden; }
.lightboxOverlay { position: absolute; top: 0; left: 0; z-index: 9999;background: rgba(0,0,0,0.7);filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#b4000000, endColorstr=#b4000000); 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; max-width: inherit; border-radius: 3px; }
.lightbox a img { border: none; }
.lb-outerContainer { position: relative; background-color: #fff;  *zoom: 1;
width: 250px; height: 250px; margin: 0 auto; border-radius: 4px; }
.lb-outerContainer:after { content: ""; display: table; clear: both; }
.lb-container {}
.lb-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; }
.lb-cancel { display: block; width: 48px; height: 48px; margin: 0 auto; background: url(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 {  cursor: pointer; display: block;top:50%; margin-top:-40px; }
.lb-nav a.lb-prev { width: 80px; left:0px; /*float: left;*/
position: fixed; height: 80px; background: url(bv-detail-left.png) no-repeat center rgba(0,0,0,0.5);  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 1; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; }
.lb-nav a.lb-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.lb-nav a.lb-next { width: 80px; right: 0px; /*float: right;*/
position: fixed; height: 80px; background: url(bv-detail-right.png) no-repeat center rgba(0,0,0,0.5);  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 1; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; }
.lb-nav a.lb-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.lb-dataContainer { margin: 0 auto;  *zoom: 1;
width: 100%; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; background-color: rgba(0,0,0,.5); position: absolute; bottom: 4px; z-index: 10; left: 50%; height: 20px; padding: 15px 0; }
.lb-dataContainer:after { content: ""; display: table; clear: both; }
.lb-data { padding: 0 4px; color: #ccc; }
.lb-data .lb-details { width: 100%; float: left; text-align: left; line-height: 20px; height: 20px; text-align: center; }
.lb-data .lb-caption { /*font-weight: bold;*/
line-height: 1em; font-family: 'Microsoft YaHei'; font-size: 16px; color: #fff; }
.lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; }
.lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; text-align: right; outline: none;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }
.lb-data .lb-close:hover { cursor: pointer;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1; }
.close-div { position: absolute; right: 4px; top: 4px; height: 38px; width: 38px; background-color: #c80000; z-index: 99; cursor: pointer; }
.close-div .close-img { background: url("gz-close.png") no-repeat scroll 8px 5px; height: 100%; transition: all 0.2s ease 0s; width: 100%; }
.close-div:hover .close-img { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
