.fce_teaser_images {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #030305;
}


.fce_teaser_images .mainImage {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.fce_teaser_images .mainImage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}


.fce_teaser_images .imageSliderContainer {
    clear: both;
    width: 100%;

    position: relative;
}

.fce_teaser_images ul {
    margin-top: 8px;
}

.fce_teaser_images li.imageElement {
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    list-style: none;
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* -------  HOVER  -------------------------------------- */
/* ------------------------------------------------------ */
.fce_teaser_images li.imageElement .text {
    position: absolute;
    background-color: rgba(0, 147, 211, 0.8);
    width: 80px;
    height: 35px;
    font-weight: bold;

    padding-top: 10px;
    display: none;

}

.fce_teaser_images .imageHeadline {
    margin-top: 100px;
    color: white;
    text-align: center;
    padding-bottom: 3px;
}

.fce_teaser_images div.hiddenImage,
.fce_teaser_images div.hiddenText {
    display: none;
}


.fce_teaser_images .arrowLeft,
.fce_teaser_images .arrowRight {
    width: 30px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.fce_teaser_images .arrowRight {
    right: 0;
}