 

/* css 重置 */
body,div,ul,li { padding: 0; margin: 0; }
 
img { border: none; }
a { blr: expression(this.onFocus=this.blur()); outline: none; }

/*本例css*/
.www51buycom { width:100%; height:410px; margin:0px auto; position: relative; overflow:hidden; margin-bottom: 0px; }

/*数字按钮样式*/


 .www51buycom ul{
 border:0px solid #000;
 padding:0;margin:0;
 }

 .www51buycom ul li{
width:100%;
 height:372px;
 text-align:center;
 margin:0 auto;
 }


 .www51buycom ul li img{
border:0px solid #fff;
 
margin-left:-16px;
 }



.www51buycom .num li.on { background: #FF7700; } /*当前项*/

/*上一个  下一个*/



 .banner_common{
 position:relative;
 width:100%;
 margin:0 auto;
height:38px;
background:#fff url(img/banzy.jpg) no-repeat  center top;  
 border:0px solid #000;
 }

 
.www51buycom .prev { 
 display:block;
position: absolute;
top:0px;
right: 50%;
width: 495px;
height: 35px;
cursor: pointer;
 border:0px solid #000;

}
.www51buycom .next {
 display:block;
position: absolute;
top: 0%;
left: 50%;
width: 495px;
height: 35px;
cursor: pointer;
border:0px solid #000;

}




 
 