#G-lightbox-mask{position:fixed; left:0; top:0; width:100%; height:100%; z-index:1000000; display:none;}
#G-lightbox-popup{position:fixed; width:600px; height:400px; left:50%; z-index:1000001; display:none;}
#G-lightbox-popup .lightbox-pic-view{position:relative; border:5px solid #FFF; border-radius:3px; overflow:hidden; background: #FFF url(loading.gif) center center no-repeat;}
#G-lightbox-popup .lightbox-pic-view .lightbox-btn{position:absolute; top:0; width:30%; height:100%; z-index:2; background: url(loading.gif) 3000px 3000px no-repeat;}
#G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn{left:0;}
#G-lightbox-popup .lightbox-pic-view .lightbox-next-btn{right:0;}
#G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn-show{background:url(prev.png) left center no-repeat; cursor:pointer;}
#G-lightbox-popup .lightbox-pic-view .lightbox-next-btn-show{background:url(next.png) right center no-repeat; cursor:pointer;}
#G-lightbox-popup .lightbox-pic-view .lightbox-image{display:block;}
#G-lightbox-popup .lightbox-pic-caption{position:relative; z-index:2; margin:-65px 5px 0 5px;}
#G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area{padding:10px 5px; line-height:20px;}
#G-lightbox-popup .lightbox-pic-caption .lightbox-pic-desc{color:#FFF; font-size:16px;}
#G-lightbox-popup .lightbox-pic-caption .lightbox-of-index{color:#ccc;}
#G-lightbox-popup .lightbox-pic-caption .lightbox-close-btn{position:absolute; right:16px; bottom:16px; width:27px; height:27px; background:url(close.png) center center no-repeat; z-index:2; cursor:pointer;}
#G-lightbox-mask, #G-lightbox-popup .lightbox-pic-caption{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');background:rgba(0,0,0,0.7);}
.js-lightbox{cursor:pointer;}