.cs-slideshowify{
    height: 468px;
    width: 100%;
    float: left;
}
.blog .cs-slideshowify{
    margin: 0px 0px 30px 0px;
}
.cs-slideshowify img{
    left: 0px;
}
.ss-slides-wrap {
    position: relative;
    display: inline-block;
    line-height: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.ss-caption {
    background:rgb(255,255,255);
    background:rgba(255,255,255,.7);
    color:#555;
    width:100%;
    padding:15px 0;
    font-family:sans-serif;
    font-size:16px;
    text-align:center;
    position:absolute;
    bottom:0px;
    -webkit-transition:all .2s ease-out;
    -moz-transition:all .2s ease-out;
    transition:all .2s ease-out;
    display: none !important;
}
.ss-slides {
    position:relative;
    overflow:hidden;
    display:inline-block;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
    width: 100%;
    height: 100%;
}
.ss-slide {
    top:0;
    left:0;
    position: absolute;
    zoom: 1;
    line-height:0;
    -webkit-backface-visibility: hidden;
    width: 100%;
}
.ss-slide:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.ss-slide img {
    max-width:100%;
    max-height: 100%;
}
.notrans {
    -webkit-transition: none!important;
    -moz-transition:none!important;
    transition: none!important;
}
#ss-prev, #ss-next {
    position:absolute;
    bottom:0;
    z-index: 50;
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    background:rgb(255,255,255);
    background:rgba(255,255,255,.7);
    color:#000;
    padding:8px;
    text-decoration: none;
    display: none;
}
#ss-prev {
    left:0px;
}
#ss-next {
    right:0px;
}