/* 懒人图库 搜集整理 www.lanrentuku.com */

/*本例css*/
.www51buycom { width: 1100px; height: 825px; margin:0 auto; position: relative; overflow:hidden;  }

/*数字按钮样式*/
.www51buycom .num { overflow:hidden; height: 25px; position: absolute; bottom:9px; left: 500px; zoom:1; z-index:3 }
.www51buycom .num li { width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: Arial; color: #333; font-size:16px; margin-right: 10px; cursor:pointer; float: left; }
.www51buycom .num li.on { background: #5c5f66; color:#fff;} /*当前项*/

/*上一个  下一个*/
.www51buycom .prev,
.www51buycom .next { display: none; width: 12px; height: 13px; background: url(../img/btn.png) no-repeat; position: absolute; bottom:15px;}
.www51buycom .prev { left: 455px; }
.www51buycom .next { right: 455px; background-position: right }
