.easygalleryslider { 
	border: none; 
	background: transparent; 
}
.easygalleryslider ul.slides { margin: 0 !important; }
.easygalleryslider .slides>li {
	text-align: center;
	background: transparent;
	border-radius: 26px 26px 0 0 / 20px 20px 0 0;
	line-height: 100%;
}
.easygalleryslider .slides img {
	display: inline-block !important;
	border-radius: 26px 26px 0 0 / 20px 20px 0 0;
	border: none;
}
.flex-control-nav { position: static; }
