@charset "utf-8";


.eclipse-wrapper button {border: none; -webkit-appearance: none; appearance: none; cursor: pointer;}


.eclipse-slider {transition: all 500ms;}

.eclipse-slides img {max-width: 100%;}
.eclipse-active {z-index: 10;}
.eclipse-clone {z-index: 0 !important;}
.eclipse-arrow { position: relative; 
     z-index: 11; width: 21px; height: 35px; margin: -18px 0 0; background: url(../images/arrow.png) 0 0 no-repeat; 
     text-indent: -9999em; border: none; -webkit-appearance: none; 
     appearance: none; cursor: pointer;
     left: -105px;}
.eclipse-arrow.eclipse-prev {left: -125px; transform: rotate(180deg);}
.eclipse-arrow.eclipse-next {right: -50px;}


.eclipse-paging{
    display: none;
}
