.gallery{overflow:hidden; z-index:1; position:relative;}
.gallery li{float:left;font-size:14px;list-style:none;}
.gallery span{display:inline-block;background:#eaeaea;padding:5px 0;color:#5C5C5C;text-overflow:ellipsis;border:1px solid #cacaca;border-top:none;width:88%;max-width:282px;box-sizing:border-box;white-space:nowrap;overflow:hidden;}
.gallery img{display:block;width:100%;margin:0 auto;}

.ctrls{margin:0 auto;width:115px; padding:5px 0 0; height:20px;}
.ctrls ul{display:block;margin:0;height:13px; float:left; margin:0; padding:5px 8px 0;}
.ctrls li{float:left;margin:0 4px;height:8px;width:8px;background:#D0D0D0;-webkit-border-radius:4px;border-radius:4px; list-style:none;}
.ctrls .current{background:#BA2636;}
.ctrls div{display:inline-block;margin:0;}

.imgPageBtn{border:1px solid #898989;width:23px;height:17px; background:url(right.png) no-repeat center; border-radius:3px; float:left;}
.imgPageBtn-l{ background:url(left.png) no-repeat center; }
