/* 懒人图库 搜集整理 www.lanrentuku.com */











/*本例css*/



.www51buycom { width:100%; height:480px;position: relative; overflow:hidden;  }

.www51buycom li a{display:block;width:100%;height:480px;}





/*数字按钮样式*/



.www51buycom .num { overflow:hidden; height: 16px; position: absolute; bottom:30px; left: 0; zoom:1; z-index:3 ;text-align:center;width:100%;}



.www51buycom .num li { width: 10px; height: 10px;line-height:10px;text-align:center; background: #d7d7d7; margin-right: 10px;cursor:pointer;border:3px solid #fff;border-radius:50%;display:inline-block;}



.www51buycom .num li.on { background: #464646;color:#fff; } /*当前项*/







/*上一个  下一个*/



.www51buycom .prev,



.www51buycom .next { display: none; width: 72px; height: 72px;  position: absolute; top: 50%; margin-top:-36px;}



.www51buycom .prev { left: 20px; background:url(../images/arrow-sliseshow_left.png) no-repeat;}



.www51buycom .next { right: 20px; background-position: right;background:url(../images/arrow-sliseshow_right.png) no-repeat; }



