@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url("../images/ajax-loader.gif") center center no-repeat; */
}

.slick-dots
{
 position:absolute;
 bottom: 5.5%;
 left:0;
 width:100%;
 text-align:center
}
.slick-dots li
{
    position: relative;
    display:inline-block;
    width: 28px;
    height: 16px;
    /* margin-right:5px; */
    padding: 0;
    cursor: pointer;
}


.slick-dots li.slick-active
{
    width: 28px;
    height: 16px;
}
.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: #ffffffa6;
    font-family: 'slick';
    line-height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: 'â€¢';
    text-align: center;
    opacity:1;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    width: 16px;
    height: 16px;
    /* margin-right: 8px; */
    background: #333333;
}


.slick-prev {position: absolute; top:40%; bottom:0; left:5%; width:49px; height:49px; text-indent:-9999em; background:url("../images/main_left.png") 0 0 no-repeat; cursor:pointer; outline: none; z-index:9999}
.slick-next {position: absolute; top:40%; bottom:0; right:5%; width:49px; height:49px; text-indent:-9999em; background:url("../images/main_right.png") 0 0 no-repeat; cursor:pointer; outline: none; z-index:9999}

