

/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width:100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame {
    position: relative;
    width:91%;
    margin: 0 25px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    text-align: center;
}

.slides {
    display: inline-block;
}


.multipleelements li, .ease li {
    width: 280px;
    margin-left: 20px;
	line-height:30px;
	font-size:18px}


.multipleelements li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left:-25px;
}

.next svg, .prev svg {
    width: 25px;
}

