.csi-slideshow{
    width:100%;
    overflow:hidden;
    height:100%;
}
.csi-slides{
    margin:0px;
    padding:0px;
    overflow:hidden;
}
.csi-slides li{
    list-style:none;
    float:left;
    display:none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.csi-caption{
    background-color:hsla(0, 100%, 0%, 0.8);
    padding:10px;
}

.csi-caption h3{
    color:#049b91;
    font-size:1.6em;
    font-weight:400;
}

.csi-category{
    font-weight:bold !important;
    text-transform:uppercase;
    color: #ffffff;
}

.csi-nav{
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.csi-prev{
    float:left;
    margin-top:-250px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 32.9px 19px 0;
    border-color: transparent #b3b3b3 transparent transparent;
}
.csi-next{
    float: right;
    margin-top:-250px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 32.9px;
    border-color: transparent transparent transparent #b3b3b3;
}