.trg {text-align:center; position:fixed; left:0; top:0; right:0; bottom:0; z-index:999999;}
.trg .trg-bg {position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.8);}
.trg .trg-popup {line-height:1; display:inline-block; position:relative; vertical-align:middle; padding:5px; background:#fff;}
.trg .trg-content {position:relative; min-width:150px; min-height:100px;}
.trg .trg-content.loading {background:url(ico_loading.gif) no-repeat center;}
.trg .trg-content .trg-prev {width:25px; height:58px; cursor:pointer; position:absolute; left:0; top:50%; margin:-30px 0 0; background:url(ico_prev.png) no-repeat;}
.trg .trg-content .trg-next {width:25px; height:58px; cursor:pointer; position:absolute; right:0; top:50%; margin:-30px 0 0; background:url(ico_next.png) no-repeat;}
.trg .trg-footer {text-align:left; padding:5px 30px 5px 5px; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.trg .trg-footer .trg-name {color:#2E3436; font-weight:bold; font-size:12px; padding:5px 0 0;}
.trg .trg-footer .trg-page {color:#9E9F9F; font-size:10px; padding:5px 0 0;}
.trg .trg-footer .trg-close {width:14px; height:13px; position:absolute; right:5px; top:50%; margin:-5px 0 0; background:url(ico_close.gif) no-repeat;}