.swiper-container{
   margin-bottom:0;
   /* width:600px; */
   max-width: 670px;
   height: 360px;
}
.swiper-container{
   direction: ltr;
   margin-bottom:20px;
}
.swiper-slide{
   position: relative;
}

.swiper-slide div.info {
    position: absolute;
    bottom:0;
    width:100%;
}
.swiper-slide .info-title {
    background-color: #fff;
    opacity: 0.8;
    padding: 10px 20px;
    position: relative;
    font-size: 1em;  
}
.swiper-slide .info-title h1 {
    font-size: 0.813em;  
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    line-height:24px;
}
.swiper-slide .info-title h1 a {
    color: #000;
    text-decoration: none;
    font-size: 0.813em;  
}
.swiper-slide .info-body {
    background-color: #F4F4F4;
    opacity: 0.8;
    padding: 20px;
    position: relative;
}
.swiper-pagination-switch {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    opacity: 0.8;
    width: 8px;
}
.swiper-active-switch {
    background: none repeat scroll 0 0 #FFFFFF;
}
.pagination {
    position: absolute;
    top: 10px;
    right:10px;
    z-index: 20;
}

/* ____ SUCCESS STORIES BOX HOMEPAGE ___ */
#c572576 img {width: 200px !important; margin-right: 0px !important;}
/* _____________________________________ */




