/* for the styles used in the New and Inspiration pages */
.main-content {
}

.slideTitle {
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 33px;
    padding-bottom: 30px;
}

#slideshow {
}

.unslider li {
    text-align: center;
}

.homeslider {
    margin: 0 auto;
    display: block;
}

.unslider-nav { /* locates slideshow nav bubbles at the top */
    top: -140px;
}

/* add arrows to the slideshow */
.unslider-arrow {
    font-family: Expressway;
    font-size: 50px;
    text-decoration: none;
    color: #3d3d3d;
    background: rgba(153, 153, 153, 0.8);
    height: 70px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center, center;
    position: relative;
    display: inline-block;
    top: -500px;
    background-size: 50%;
}

.next {
    left: 1230px !important;
    background-image: url(/images/home/next-arrow.svg);
}


.prev {
    left: -50px;
    background-image: url(/images/home/prev-arrow.svg);
}