.slick {}
.slickwrapper {margin:0 auto; width:90%; max-width:800px;position:relative;}
.slide {margin:0 auto; width:800px; }
.slide img {max-width:640px;max-height:500px;width:auto;height:auto;margin:0 auto -20px auto;}

.smini {font-size:1.1em;text-align:center;color:#555;margin:0;width:85%;margin:0 auto; }

.spa, .sna {cursor:pointer;}

@media all and (max-width: 800px) {
  .slide {width:600px;}
.slide img {max-width:400px;max-height:400px;width:auto;height:auto;}
}

@media all and (max-width: 700px) {
  .slide {width:500px;}
  .slide img {max-width:400px;max-height:400px;}
}

@media all and (max-width: 400px) {
  .slickwrapper {width:100%; position:relative;}
  .slide {width:320px;}
  .slide img {max-width:320px;max-height:320px;}
  #sp0 {display:none;}
}

