
.mainslider-item img{
    width: 100%;
}
.mi-controls{
    position: relative;
    top: -29px;
    width: 100%;
    text-align: center;
    
}
.mi-controls a.current { opacity: 1;}
.mi-controls a { color: white; margin: 0 5px; opacity: 0.5;}
.mainslider-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mi-content{
    position: absolute;
    text-align: center;
    z-index: 65000;
    color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mi-content h2{ position: absolute; bottom: 120px; width: 100%; }
.mi-content .b-container{ position: absolute; bottom: 40px; width: 100%; text-align: center; }
.prevSliderBtn {
    display: block;
    width: 38px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 1000;
    background: url(/img/l-arrow.png) no-repeat 0 0;
    background-size: 38px 70px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -8000px;
}
.nextSliderBtn {
    display: block;
    width: 38px;
    height: 70px;
    position: absolute;
    right: 5px;
    top: 45%;
    z-index: 1000;
    background: url(/img/r-arrow.png) no-repeat 0 0;
    background-size: 38px 70px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -8000px;
}
