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

.slick-dots
{
 position: absolute;
    bottom: 2.5%;
    left: 50%;
    width: auto;
    text-align: center;
    transform: translateX(-50%)
}
.slick-dots li
{
    position: relative;
    display:inline-block;
    width: 12px;
    height: 12px;
    margin-right:3px;
	margin-left:3px;
    padding: 0;
    cursor: pointer;

}


.slick-dots li.slick-active
{
    width:12px;
    height:12px;
	
	

}
.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:#000;
	border: 3px solid #fff;
    font-family: 'slick';
    line-height:12px;

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


    width: 8px;
    height:8px;
	
	

	border-radius:8px;

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

    opacity:1;
    color:none;

}
.slick-dots li.slick-active button:before
{
    opacity:1;
    width:8px;
    height:8px;
    
    background:#000;
}


.slick-prev {position: absolute; top:40%; bottom:0; left:5%; width:49px; height:49px; text-indent:-9999em; background:url("../images/main_left.png?v=1") 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?v=1") 0 0 no-repeat; cursor:pointer; outline: none; z-index:9999}

