



.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    /*left: 0px;*/
    /*color: transparent;*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    /*-webkit-animation: imageAnimation 0s linear infinite 0s;
    -moz-animation: imageAnimation 0s linear infinite 0s;
    -o-animation: imageAnimation 0s linear infinite 0s;
    -ms-animation: imageAnimation 0s linear infinite 0s;*/
    animation: imageAnimation 0s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    /*bottom: 10px;*/
    bottom:10%;
    /*left: 0px;
    width: 100%;*/
    /*text-align: center;*/
    opacity: 0;
    /*-webkit-animation: titleAnimation 0s linear infinite 0s;
    -moz-animation: titleAnimation 0s linear infinite 0s;
    -o-animation: titleAnimation 0s linear infinite 0s;
    -ms-animation: titleAnimation 0s linear infinite 0s;*/
    animation: titleAnimation 0s linear infinite 0s;
}