/*幻灯css*/
.kuzhan { width: 360px; height: 280px; margin:0px auto 10px auto; position: relative; overflow:hidden; background:url(imagestop_bg.jpg) repeat-x bottom; }
.kuzhan img{width:360px;height:240px;}
.kuzhan ul li p{font-size:14px;font-weight:bold;text-align:center;line-height:34px;}
/*数字按钮样式*/
.kuzhan .num { overflow:hidden; height: 20px; position: absolute; bottom:45px; left: 174px; zoom:1; z-index:3 }
.kuzhan .num li { width: 20px; height: 20px; line-height: 20px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; cursor:pointer; float: left; }
.kuzhan .num li.on { background: #FF7700; } /*当前项*/

/*上一个  下一个*/
.kuzhan .prev,
.kuzhan .next { display: none; width: 24px; height: 60px; background: url(imagesbtn.png) no-repeat; position: absolute; top: 100px;}
.kuzhan .prev { left: 0; }
.kuzhan .next { right: 0; background-position: right;}