.slider-wrap {
    position: relative;
    margin: 15px auto;
    width: 250px;
}

.slider {
    position: relative;
    width: 250px;
    margin: auto;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider ul li {
    list-style: none;
    text-align: center;
    margin-left: 0px;
}

.slider ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    /*background: black;*/
}

.slider-arrow i {
    width: 15px;
}

.slider-arrow {
    font-size: 19px;
    /*position: absolute;*/
    top: 40px;
    width: 20px;
    height: 20px;
    background: #14AECF;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*border-radius: 50%;*/
}

.slider {
    position: relative;
    width: 250px;
    margin: auto;
}

.slider1 ul {
    margin: 0;
    padding: 0;
}

.slider1 ul li {
    list-style: none;
    text-align: center;
    margin-left: 0px;
}

.slider1 ul li h4, .slider ul li h4 {
    text-align: left;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.slider1 ul li img, .slider ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: auto;
    /*background: black;*/
}

.sa-left, .sa-left_two {
    left: 10px;
}

.sa-right, .sa-right_two {
    right: 10px;
}

.controllers_button a {
    text-decoration: none;
    cursor: pointer;
    font: 0px 'Open Sans';
    color: #000;
    margin-right: 5px;
    text-align: center;
    border: 2px solid #f0edf3;
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    background: #f0edf3;
}

.controllers_button {
    margin-left: 190px;
    position: absolute;
    z-index: 1;
    background-color: white;
}