/* 懒人图库 搜集整理 www.lanrentuku.com */

/* css 重置 */
body,div,ul,li { padding: 0; margin: 0; }
ul { list-style: none ; }
img { border: none; }
a { blr: expression(this.onFocus=this.blur()); outline: none; }

/*本例css*/
.www51buycom { width:100%;
	height:164px; margin:0 auto; position: relative; overflow:hidden;}

/*数字按钮样式*/
.www51buycom .num { 
    background:url(../images/bg1.png) no-repeat;
    bottom: -8px;
    height: 25px;
    left: 10%;
    overflow: hidden;
    position: absolute;
    width: 116px;
    z-index: 3; 
    zoom:1; }
.www51buycom .num li { width: 12px; height: 12px; line-height: 12px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #CC2E22; background: #CC2E22; margin-right: 6px; border-radius:50%; cursor:pointer; float: left; }
.www51buycom .num li.on { background: #FFFFFF;color: #FFFFFF; } /*当前项*/

/*上一个  下一个*/
.www51buycom .prev {  width: 21px; height: 43px; background: url(../images/thb5.png) no-repeat; position: absolute; top: 38px;display:none;}
.www51buycom .next {  width: 21px; height: 43px; background: url(../images/thb6.png) no-repeat; position: absolute; top: 38px;display:none;}
.www51buycom .prev { left: 0; }
.www51buycom .next { right: 0; background-position: right }
