/* gallery */
.gallery-layer{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.45);z-index: 15;}
.gallery{width:950px;height:550px;padding:50px 30px;position:absolute;left:50%;top:50%;margin-top:-275px;margin-left:-475px;background:#f8f8f8;}
.gallery-show{float:left;width:750px;height:450px;overflow:hidden;position:relative;}
.gallery-show img{width:100%;max-width:750px;}
.gallery-thumb-area{float:left;width:130px;height:450px;padding:0 33px;margin-left:10px;background:#dddddd;position:relative;}
.gallery-thumb{margin-top:35px;width:66px;height: 390px;overflow:hidden}
.gallery-thumb li{width:66px;height:66px;border:1px solid #dddddd;margin-bottom:12px}
.gallery-thumb li:hover,.gallery-thumb li.active{border-color:#3e9b00;}

/* btn */
.gallery-show-btn{display:block;position:absolute;top:50%;margin-top:-30px;width:34px;height:60px;background-color:rgba(0,0,0,0.3);cursor:pointer;}
.gallery-prev{left:0;background-image:url(/images/strength/gallery/prev.png)}
.gallery-next{right:0;background-image:url(/images/strength/gallery/next.png)}


.gallery-thumb-btn{display:block;position:absolute;left:33px;width:66px;height:13px;background-color:rgba(0,0,0,0.3);cursor:pointer;background-repeat:no-repeat;background-position:center center}
.gallery-prev-s{border-radius:2px 2px 0 0;top:12px;background-image:url(/images/strength/gallery/prev-s.png);}
.gallery-next-s{border-radius:0 0 2px 2px;bottom:12px;background-image:url(/images/strength/gallery/next-s.png)}
.gallery-btn-ok:hover{background-color:rgba(0,0,0,0.5);}
.gallery-btn-dis{background-color:#ccc}
.gallery-close{position:absolute;right:10px;top:10px;width:19px;height:19px;border:1px solid #dfdfdf;background:url(/images/strength/gallery/close.png) no-repeat center center;text-indent:-9999em}