/*
CSS styling for outsmartitcarousel
*/
/* 
    Created on : Aug 15, 2015, 3:19:16 PM
    Author     : outsmartit
*/

.out_slide{
    position: relative;
}
.out_caption{
    position: absolute;
    width: 100%;
    height: 2em;
    padding-top: 10px;
    background-color: rgba(128,128,128,0.7);
    left : 0px;   
    color: whitesmoke;
    bottom: 1px;
    text-align: center;
}
.slick-prev::before, .slick-next::before{
    color: slategray;
}