.slideshow li:nth-child(1) span {
    background-image: url(../images/coupons/carecleaners-cp01.jpg);
}

.slideshow li:nth-child(2) span {
    background-image: url(../images/coupons/carecleaners-cp02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url(../images/coupons/carecleaners-cp03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: url(../images/coupons/carecleaners-cp04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
}

.coupon{
    padding: 20px;
    border: dashed 1px #000000;
}

.coupon-title{
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.coupon-content{
    border-left: dotted 2px #8d8d8d;
    min-height: 110px;
}

.coupon-price{
    display: inline-block;
    max-width: 120px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 28px;
    font-weight: bold;
}

.coupon-text{
    max-width: 80%;
    display: inline-block;
    margin-left: 40px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.coupon-disclaimer{
    display: block;
    font-size: 12px;
}

.coupon-text .highlight{
    color: #bf000d;
    font-style: italic;
}

.coupon-separator{
    width: 100%;
    padding-top: 40px;
}

.content-detail{
    font-size: 14px;
}