/*
 * @copyright       © Copyright 2006-2017, epages GmbH, All Rights Reserved.
 *
 * @module          jquery.coverflowjs
 *
 * @require         jquery
 *                  .coverflowjs
 */
div[id^=ep-coverflow-id-] {
    overflow: hidden;
}
.ep-coverflow {
    /* You must reset the border-left-width comes from .ep-coverflow-wrapper__<color> */
    margin-left: -30px;
}
.ep-coverflow-wrapper {
    height: 248px;
    white-space: nowrap;
    border-radius: 6px;
}
.ep-coverflow-wrapper * {
    white-space: initial;
}
.ep-coverflow-wrapper__light {
    background: #dcdcdc;
    border: 30px solid #dcdcdc;
}
.ep-coverflow-wrapper__dark {
    background: #4d4c4c;
    border: 30px solid #4d4c4c;
}
.ep-coverflow-item {
    max-height: 240px;
    height: 240px;
    width: 240px;
    max-width: 240px;
    line-height: 240px !important;
    background: #fff;
    text-align : center;
}
.ep-coverflow-item img {
    max-height: 238px;
    max-width: 238px;
}
.ep-coverflow-bar {
    position: relative;
    width: 100%;
    height: 55px;
    padding: 5px 70px;
    margin-bottom: 10px;
    margin-top: -6px;
    box-sizing: border-box;
    text-align: center;
    background: #333333;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid white;
    z-index: 10;
}
.ContentArea .ep-coverflow-bar-prev,
.ContentArea .ep-coverflow-bar-next {
    color: #fff;
    cursor: pointer;
    position: absolute;
    padding-top: 5px;
}
.ep-coverflow-bar-prev {
    left: 0;
}

.ep-coverflow-bar-next {
    right: 0;
}
.ep-coverflow-item-adds {
    display: none;
}
.ContentArea .ep-coverflow-item-adds a,
.ContentArea .ep-coverflow-item-adds p{
    display: block;
    line-height: 24px !important;
    color: #fff;
}
.ep-coverflow-item-adds__active {
    display: block;
}
