﻿/* 懒人图库 搜集整理 www.lanrentuku.com */

/* css 重置 */
body,div,ul,li {
	padding: 0;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul { list-style: none ; }
img { border: none; }
a { blr: expression(this.onFocus=this.blur()); outline: none; }

/*本例css*/
.www51buycom { width: 100%; height: 545px;  position: relative; overflow:hidden; margin-bottom: 15px; }

/*数字按钮样式*/
.www51buycom .num { overflow:hidden; height: 18px; position: absolute; bottom:12px; left: 15px; zoom:1; z-index:3; margin-left:1000px;}
.www51buycom .num li { display:block;width:18px; height: 18px; line-height: 18px; text-align: center; font-weight: 200; font-family:Arial; color: #fff; background: #417b44;; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; font-size:9px; }
.www51buycom .num li.on { background:#898c91 } /*当前项*/

/*上一个  下一个*/
.www51buycom .prev,
.www51buycom .next { display: none; width: 50px; height: 110px; background: url('../images/btn.png') no-repeat; position: absolute; top: 190px; margin-left:300px; margin-right:300px;}
.www51buycom .prev { left: 0; }
.www51buycom .next { right: 0; background-position: right }
