.carouselNavTitle{
    width:96%;
    height:auto;
    position:absolute;
    bottom:0;
    padding:2%;
    background-image: url('../../../../../img/backgrounds/bgBlack60.png');
    font-family: gravityregular, sans-serif;
    font-size:14px;
    color:#ffffff;
    text-align: center;
}
.carouselNavSubTitle{
    font-family: gravityLight, sans-serif;
    font-size:14px;
    color:#ffffff;
}
.carouselNavImg:hover{
    opacity:0.5;
}
.carouselSeeMore{
    position:absolute;
    padding:2%;
    top:0;
    left:0;
}
.carouselButtonSeeMore{
    display: inline-block;
    width: auto;
    text-align: center;
    margin-bottom: 3px;
    background-color: #1D1D1B;
    background: none;
    color: #000000;
    font-weight: normal;
    font-family: gravityregular, sans-serif;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}