#lb_box { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); z-index:100;}
#lb_box #lb_cntn { position: absolute; top: 50%; left: 50%; margin: 0px 0 0 0px; width: 0px; height: 0px; overflow: visible !important;}
#lb_box #lb_cntn #lb_view { width: 0px; height: 0px; border: 1px solid #FFF; overflow: hidden; background: url(loading_svg.svg) no-repeat center; }
#lb_box #lb_cntn #lb_view img { max-width: none; }
#lb_box #lb_cntn #lb_list { display: none; position: absolute; bottom: -105px; left: 50%; margin-left: -285px; width: 570px; height: 90px; overflow: hidden;}
#lb_box #lb_cntn #lb_list ul { height: inherit; }
#lb_box #lb_cntn #lb_list ul li { float: left; margin-left: 6px; width: 138px; height: inherit; border: 2px solid rgba(14, 216, 199, 0); border-radius: 2px; overflow: hidden; }
#lb_box #lb_cntn #lb_list ul li.active { border: 2px solid rgba(14, 216, 199, 1); }
#lb_box #lb_cntn #lb_list ul li:first-child { margin-left: 0;  }
#lb_box #lb_cntn #lb_list ul li img { width: 100%; height: 100%; }
#lb_box em[class^='lb_cntr'] { display: block; position: absolute; top: 50%; margin-top: -37px; width: 32px; height: 74px; font-size: 0px; background-position: center; background-repeat: no-repeat; cursor: pointer; }
#lb_box .lb_cntr-prev { left: -72px; background-image: url('btn_prev01.png'); }
#lb_box .lb_cntr-next { right: -72px; background-image: url('btn_next01.png'); }

#lb_box .lb_close { display: block; position: absolute; top: -60px; right: 0px; width: 25px; height: 25px; font-size: 0px; background-position: center; background-repeat: no-repeat; cursor: pointer; background-image: url("btn_close.png"); }
