@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-dots
{
 position:absolute; top:9%; left:0; width:100%;  text-align:center
}
.slick-dots li
{
    position: relative;
    display:inline-block;
    width: 37px;
    height: 6px;
    margin-right:5px;
    padding: 0;
    cursor: pointer;
}


.slick-dots li.slick-active
{
    width:37px;
    height:6px;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    padding:0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    background:#666;
    font-family: 'slick';
    line-height: 37px;

    position: absolute;
    top: 0;
    left: 0;

    width: 37px;
    height: 6px;

    content: 'â€¢';
    text-align: center;

    opacity:1;
    color:none;

}
.slick-dots li.slick-active button:before
{
    opacity:1;
    width:37px;
    height:6px;
    margin-right:15px;
    background:#fff;
}


.slick-prev {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 5%;
    width: 49px;
    height: 49px;
    text-indent: -9999em;
    background: url("../images/main_left_m.png") center center / cover no-repeat;
    cursor: pointer;
    outline: none;
    z-index: 2
}

.slick-next {
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 5%;
    width: 49px;
    height: 49px;
    text-indent: -9999em;
    background: url("../images/main_right_m.png") center center / cover no-repeat;
    cursor: pointer;
    outline: none;
    z-index: 2
}
