.unslider{margin:0;padding:0;position:relative;}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	background-color: #cccccc;	
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	opacity: 0.85;
	display: none;
	overflow: hidden;
	width: 22px;
	height: 22px;
	font-family: "Archivo Narrow",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #ffffff;
}
.unslider-arrow:hover{opacity: 1;}
.unslider-arrow.next{
	background-image:url(https://www.europeanceo.com/wp-content/themes/ceo2017/assets/arrow_grey_down.png);
	left:auto;
	right:10px;
	top:305px;
}
.unslider-arrow.prev{
	background-image:url(https://www.europeanceo.com/wp-content/themes/ceo2017/assets/arrow_grey_up.png);
	text-indent: -999em;
}
.unslider-nav {
	background-color: transparent;
    position: absolute;
    right: -25px;
    top: 47%;
    transform: rotate(90deg);
    display: none;
}
.unslider-nav ol {
	list-style: none;
	text-align: center;
}
.unslider-nav ol li {
	display: inline-block; 
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: #cccccc;
	opacity: 0.85;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.unslider-nav ol li.unslider-active {
	background: #fff;
	opacity: 1;
	cursor: default;
}