@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 33%;
    display: block;
    width: 22px;
    height: 51px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	text-indent: -9999px;
	z-index: 10000 !important;
}
.slick-prev{
background:url("../img/arrow_left.png") left center no-repeat;
background-size:22px 51px;
}
.slick-next{
background:url("../img/arrow_right.png") left center no-repeat;
background-size:22px 51px;
}
