.slideshow li:nth-child(1) span {
    background-image: url(../images/contact/carecleaners-contact01.jpg);
}

.slideshow li:nth-child(2) span {
    background-image: url(../images/contact/carecleaners-contact02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url(../images/contact/carecleaners-contact03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: url(../images/contact/carecleaners-contact04.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;
}