<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 52%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:9998;
}

/*@media screen and (min-width: 781px) {*/
.slick-prev{
	background:url(images/im_arrow_left.png) no-repeat;
	width:24px;
	height:24px;
	display:block;
	left:-5px!important;
	background-size: 80%;
}

.slick-next{
	background:url(images/im_arrow_right.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    right: -10px!important;
    background-size: 80%;
}
/*}
@media screen and (max-width: 780px) {
.slick-prev{
	background:url(../img/im_arrow_right.png) no-repeat!important;
	width:20px;
	height:20px;
	background-size:20px 20px!important;
	display:block;
	left:0!important;
	background-size: 80%;
}

.slick-next
{
	background:url(../img/im_arrow_left.png) no-repeat!important;
	width:20px;
	height:20px;
	display:block;
	background-size:20px 20px!important;
	right:0!important;
	background-size: 80%;
}
}*/

.slick-prev:hover,
.slick-next:hover{
	transition: 0.3s ;
	opacity: 0.6 ;
}

.thumb-item-nav .slick-current,.thumb-item-nav2 .slick-current{
	background:#000;
}

.thumb-item-nav .slick-current img,.thumb-item-nav2 .slick-current img{
	opacity: 0.4 ;
}</pre></body></html>