/* 懒人图库 搜集整理 www.lanrentuku.com */

/* css 重置 */
ul { list-style: none ; }
img { border: none; }
a { blr: expression(this.onFocus=this.blur()); outline: none; }

/*本例css*/
.www51buycom { width: 1300px; height: 500px; margin:0px auto; position: relative; overflow:hidden; margin-top: 30px; text-align:center;}

/*上一个  下一个*/
.www51buycom .prev,
.www51buycom .next { display: none; width:69px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 205px;}
.www51buycom .prev { left: 0; }
.www51buycom .next { right: 0; background-position: right top; }

