section.smartslider {
    margin-bottom:32px; 
    >.carousel div.slide{
        border:solid 1px #aaa;
        min-height:206px;
        padding:1px;
        
        span.title {
            position:absolute;
            display:block;
            text-align:center;
            left:4%;
            bottom:4px;
            width:92%;
            background-color:#555;
            color:#eee;
        }
    }
}

