.carousel {
    margin: 0 auto;
    position: relative;
    width: 960px;
    margin-top: 40px;
}

.carousel-wrapper {
    height: 170px;
}

.carousel-box {
    padding:30px;
    background-color: #ffffff;
    height: 124px;
    left: 50%;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin: -62px 0 0 -100px;
    width: 200px;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px 4px rgba(44, 42, 41, .05);
    -moz-box-shadow: 0 0 10px 4px rgba(44, 42, 41, .05);
    -ms-box-shadow: 0 0 10px 4px rgba(44, 42, 41, .05);
    -o-box-shadow: 0 0 10px 4px rgba(44, 42, 41, .05);
    box-shadow: 0 0 10px 4px rgba(44, 42, 41, .05);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.carousel-box.is-active {
    z-index: 4;
    width: 430px;
    height: 175px;
    left: 50%;
    margin: 0 0 0 -215px;
    top: 0;
}

.carousel-box.left, .carousel-box.right {
    width: 430px;
    height: 175px;
    background: #fbfcfe;
    cursor: pointer;
    transform: scale(0.8);
    top: 3px;
}

.carousel-box.left {
    left: 50px;
    margin: 0;
    z-index: 2;
}

.carousel-box.right {
    left: 490px;
    margin: 0;
    z-index: 2;
}

.nav-left, .nav-right {
    display: none;
    background: url('https://www.rochesterrealestateblog.com/wp-content/plugins/eap-tools/src-v2/Tools/Squeeze2/SqueezeTemplates/22template/img/arrow.png') left 10px no-repeat;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 65px;
    width: 44px
}

.nav-left {
    left: 0
}

.nav-right {
    right: 0;
    background-position: right -121px
}
