.slick-dots{
    bottom: 0;
    text-align:left;
    padding-left: calc((100% - 960px)/2);
}
.slick-dots li,.slick-dots li button{
    width: 130px;
    height: 40px;
    padding:0;
}
.slick-dots li button:before{
    content:"";
    width: 124px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity:1;
    border: 3px solid #CCC;
}
.slick-dots li.slick-active button:before,.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity:1;
    border: 3px solid #39b0d7;
}
.slick-dots li:nth-of-type(1) button:before{
    background-image:url('../../images/top_catch/top_catch1_thum.jpg');          
}
.slick-dots li:nth-of-type(2) button:before{
    background-image:url('../../images/top_catch/top_catch2_thum.jpg');
}
.slick-dots li:nth-of-type(3) button:before{
    background-image:url('../../images/top_catch/top_catch3_thum.jpg');
}
#top_catch_wrap {    
    overflow: hidden;
}