#scarouselView {
    background: #c8feca url('../images/bgpattern.png');
    z-index: 98;
}

#scarouselView .mainContent {
    position: relative;
    height: 510px;
    padding: 0px;
    overflow: hidden;
}

#gbfsc {
    position: absolute;
    top: 3px;
    left: 3px;

    width: 18px;
    height: 28px;

    z-index: 1000;
}

ul, p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul > li {
    list-style-type: none;
}

.clickable {
    cursor: pointer;
}

.acceleratedElem {
    -webkit-transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.contentWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 207px;
}

.contentWrapper .contentTitleWrapper {
    position: relative;
    float: left;
    width: 100%;
    display: table;
    height: 47px;
}

.contentWrapper .contentTitleWrapper .contentTitle {
    display: table-cell;
    width: 100%;
    color: #fff;
    font-size: 21px;
    text-align: left;
}

.contentWrapper .contentInner {
    position: relative;
    float: left;
    width: 100%;
    margin-left: -27px;
}

.contentWrapper .contentInner .contentCarousel {
    position: absolute;
    left: 0;
    top: 0;
}

.contentWrapper .contentInner .contentCarousel .content {
    position: absolute;
    width: 153px;
    margin-left: 27px;
}

.contentWrapper .contentInner .contentCarousel .content.focus,
.contentWrapper .contentInner .contentCarousel .content:hover {
    margin-left: 15px !important;
    top: -30px;
    width: 263px !important;
}

.contentWrapper .contentInner .contentCarousel .content .contentImageWrapper {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.contentWrapper .contentInner .contentCarousel .content .contentImageWrapper .contentImage {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.contentWrapper .contentInner .contentCarousel .content .contentNameWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    margin-top: 7px;
}

.contentWrapper .contentInner .contentCarousel .content .contentNameWrapper .contentName {
    color: #fff;
    display: table-cell;
    font-size: 21px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

#carouselWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 77px 25px;
}

#carouselWrapper .contentWrapper {
    height: 443px;
}

#carouselWrapper .contentWrapper .contentTitleWrapper {
    display: none;
}

#carouselWrapper .contentWrapper .contentInner .contentCarousel .content {
    margin-left: 33px;
    width: 223px;
}

#carouselWrapper .contentWrapper .contentInner .contentCarousel .content .contentImageWrapper {
    height: 330px;
}

#carouselWrapper .contentWrapper .contentInner .contentCarousel .content.focus .contentImageWrapper,
#carouselWrapper .contentWrapper .contentInner .contentCarousel .content:hover .contentImageWrapper {
    height: 396px;
}

#carouselWrapper .contentWrapper .contentInner .contentCarousel .content.focus .contentImageWrapper .contentImage,
#carouselWrapper .contentWrapper .contentInner .contentCarousel .content:hover .contentImageWrapper .contentImage {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
}


#carouselWrapper .contentWrapper .contentInner .contentCarousel .content .contentNameWrapper {
    display: none;
}

#carouselWrapper .contentWrapper .contentInner .contentCarousel .content.focus .contentNameWrapper,
#carouselWrapper .contentWrapper .contentInner .contentCarousel .content:hover .contentNameWrapper {
    display: table;
}