﻿ 
/* cycle next / previous*/

.section-carousel-enabled .slick-prev.slick-arrow, .section-carousel-enabled .slick-next.slick-arrow {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: normal;  
	position: absolute;
	text-align: center;
	top: 45%;
	z-index: 9;
	font-size: 20px; 
	background: #ffffff;
	box-shadow: 0 0 40px #ccc;
    width:40px;
    height:40px;
    line-height:40px;
    
}


.section-carousel-enabled .slick-prev.slick-arrow:hover,
.section-carousel-enabled .slick-next.slick-arrow:hover {
	background: #1E50AF;
	color: #fff;
}

.section-carousel-enabled .slick-prev.slick-arrow { 
    border-radius:50%;
    left:20px;
}

.section-carousel-enabled .slick-next.slick-arrow {
	right: 0px;
    border-radius:50%;
    right:20px;

}
