.mis-nav-buttons {
    opacity: 1 !important;
}

.mis-stage, .mis-slider, .mis-slide, .mis-container, .mis-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mis-stage, .mis-slider {
    position: relative;
    overflow: hidden;
}

.mis-stage {
    width: 100%; /*  Set stage width as desired */
    text-align: center; /*  Center list navigation */
}

.mis-slider {
    list-style: none;
    overflow: visible;
    height: 100%;
    margin-top: 0;
}

.mis-slide {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    overflow: visible !important;
}

.mis-slide.mis-current {
    z-index: 100;
}

.mis-container {
    display: block;
    width: auto;
    height: auto;
    border: 0;
}

.mis-nav-list {
    display: none;
}

.mis-nav-buttons {
    display: block;
    position: absolute;
    height: 0;
    top: 114px;
    opacity: 0.5;
    z-index: 200;
}

.mis-nav-buttons a {
    position: absolute;
    color: #eee;
    font-size: 0; /* Hide for browser except Android */
    line-height: .01; /* 0 is inconsistent in Opera */
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-indent: -9999px; /* Hide for Android */
}

.mis-nav-buttons a:hover {
    color: #ccc;
}

.mis-nav-buttons a.mis-next {
    width: 9px;
    height: 17px;
    left: auto;
    right: 0;
    background: url(../images/coop_right.png) no-repeat;
}

.mis-nav-buttons a.mis-prev {
    width: 9px;
    height: 17px;
    left: 0;
    background: url(../images/coop_left.png) no-repeat;
}

.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
    background: url(../images/coop_right.png) no-repeat;
}

.mis-nav-buttons a.mis-next:after {
    background: url(../images/coop_left.png) no-repeat;
}

.mis-slide figcaption {
    display: none;
}

.mis-current figcaption {
    display: block;
    height: 50px;
    line-height: 50px;
}
