.yds-carousel{position: relative;overflow: hidden;}
.yds-carousel .yds-pics{position: relative;margin: 0;padding: 0;}
.yds-carousel .yds-pics li{position: absolute;width: 100%;list-style: none;}
.yds-carousel .yds-pics li:nth-last-child(1){position: relative;visibility: hidden;}
.yds-carousel .yds-pics li img{width:100%;}
.yds-carousel .yds-dots{position: absolute;bottom: 20px;width: 100%;margin: 0;padding: 0;text-align: center;font-size: 0;}
.yds-carousel .yds-dots li{display: inline-block;width: 12px;height: 12px;margin: 0 4px;border-radius: 50%;background: #fff;cursor: pointer;}
.yds-carousel .yds-dots li.cur{background: #285767;}
.yds-carousel .yds-arrow{display: none;position: absolute;top: 50%;margin-top: -40px;width: 50px;height: 80px;cursor: pointer;opacity: .5;}
.yds-carousel .yds-arrow:hover{opacity: .8;}
.yds-carousel .yds-arrow:nth-of-type(1){left: 100px;background: url('/template/klsn1/images/arrow-l.png');}
.yds-carousel .yds-arrow:nth-of-type(2){right: 100px;background: url('/template/klsn1/images/arrow-r.png');}