@charset "utf-8";
/* 图片轮换滚动 */
.img-scroll { position: relative; margin: 0px auto; width: 420px; height: 130px; overflow: hidden; }
.img-scroll .prev, .img-scroll .next { position: absolute; display: block; width: 20px; height: 130px; ; cursor: pointer; }
.img-scroll .prev { left: 0; background: url(../images/btn_left.jpg) no-repeat left center; }
.img-scroll .next { right: 0; background: url(../images/btn_right.jpg) no-repeat right center; }
.img-list { position: relative; width: 380px; height: 150px; margin: 0 auto; overflow: hidden }
.img-list ul { width: 9999px; }
.img-list li { float: left; display: inline; width: 180px; margin: 0 5px; height: 150px; overflow: hidden; }
.images { padding: 4px; text-align: center; border: 1px solid #ddd; }
.name { width: 164px; height: 20px; line-height: 20px; text-align: center; background: #f5f5f5; }
.name a { color: #333; text-decoration: none; display: block; }
.name a:hover { color: #f60; text-decoration: none; display: block; }
