.slideshow li:nth-child(1) span {
    background-image: url(../images/aboutus/carecleaners-img01.jpg);
}

.slideshow li:nth-child(2) span {
    background-image: url(../images/aboutus/carecleaners-img02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url(../images/aboutus/carecleaners-img03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: url(../images/aboutus/carecleaners-img04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(5) span {
    background-image: url(../images/aboutus/carecleaners-img05.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
}

.item span{
    font-size: 18px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.quote-font{
    font-style: italic;
}