/** Stage container **/

.connected-carousels .stage {
    position: relative;
    padding: 0 0px 0 0px;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: 0.66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    margin-top: 6px;
    height: 85px;
    padding: 0 46px;
    position: relative;
    width: 100%;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 85px;
}

.connected-carousels .carousel li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.connected-carousels .carousel li img {
    width: 590px;
    height: 435px;
    object-fit: cover;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    background: #fff;
    border-radius: 10px;
    height: 435px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    width: 85px;
    height: 85px;
    margin: 0 3px 0 0px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.connected-carousels .carousel-navigation li.active {
    border: 2px solid #2E2E2E;
}
.connected-carousels .carousel-navigation li:last-child {
    margin-right: 0;
}
.connected-carousels .carousel-navigation li img {
    display: block;    
    width: 85px;
    height: 85px;
    text-align: center;
    margin: 0 auto;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 233px;
    width: 23px;
    height: 45px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    opacity: 0.5;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: block;
    position: absolute;
    top: 0;
    width: 23px;
    height: 45px;
    text-align: center;
}

.connected-carousels .prev-stage span {
    left: 0;
    background-image: url(../image/leftarr1.png);
    background-position: 0px 0px;
}

.connected-carousels .next-stage span {
    right: 0px;
    background-image: url(../image/rightarr1.png);
    background-position: 0px 0px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    opacity: 0.5;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 42px;
    height: 85px;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 10px;
}

.connected-carousels .prev-navigation {
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../image/leftarr1.png);
    background-position: center;
}

.connected-carousels .next-navigation {
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../image/rightarr1.png);
    background-position: center;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: 0.5;
    cursor: default;
}

.connected-carousels .prev-navigation:hover,
.connected-carousels .next-navigation:hover {
    opacity: 0.5;
}

.drart .connected-carousels .stage {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 0 0px 0 0px;
}
.drart .connected-carousels .carousel-stage1 {
    height: 147px;
    width: 100%;
}

.drart .connected-carousels .prev-stage1,
.drart .connected-carousels .next-stage1 {
    display: block;
    position: absolute;
    top: 57px;
    width: 33px;
    height: 62px;
    color: #fff;
}

.drart .connected-carousels .prev-stage1 {
    left: 0;
}

.drart .connected-carousels .next-stage1 {
    right: 0;
}

.drart .connected-carousels .prev-stage1.inactive,
.drart .connected-carousels .next-stage1.inactive {
    opacity: 0.5;
}

.drart .connected-carousels .prev-stage1 span,
.drart .connected-carousels .next-stage1 span {
    display: block;
    position: absolute;
    top: 0;
    width: 14px;
    height: 28px;
    text-align: center;
}

.drart .connected-carousels .prev-stage1 span {
    left: 2px;
    background-image: url(../image/leftarr2.png);
    background-position: 0px 0px;
}

.drart .connected-carousels .next-stage1 span {
    right: 2px;
    background-image: url(../image/rightarr2.png);
    background-position: 0px 0px;
}

.drart .connected-carousels .prev-stage1:hover span,
.drart .connected-carousels .next-stage1:hover span {
    opacity: 0.5;
}

.memorycarus .connected-carousels .stage {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 0 0px 0 0px;
}
.memorycarus .connected-carousels .carousel-stage2 {
    height: auto;
    width: 100%;
}

.memorycarus .connected-carousels .prev-stage2,
.memorycarus .connected-carousels .next-stage2 {
    display: block;
    position: absolute;
    top: 194px;
    width: 23px;
    height: 45px;
    color: #fff;
}

.memorycarus .connected-carousels .prev-stage2 {
    left: 0;
}

.memorycarus .connected-carousels .next-stage2 {
    right: 0;
}

.drart .connected-carousels .prev-stage2.inactive,
.drart .connected-carousels .next-stage2.inactive {
    opacity: 0.5;
}

.memorycarus .connected-carousels .prev-stage2 span,
.memorycarus .connected-carousels .next-stage2 span {
    display: block;
    position: absolute;
    top: 0;
    width: 23px;
    height: 45px;
    text-align: center;
}

.memorycarus .connected-carousels .prev-stage2 span {
    left: -113px;
    background-image: url(../image/leftarr1.png);
    background-position: 0px 0px;
}

.memorycarus .connected-carousels .next-stage2 span {
    right: -113px;
    background-image: url(../image/rightarr1.png);
    background-position: 0px 0px;
}

.memorycarus .connected-carousels .prev-stage2:hover span,
.memorycarus .connected-carousels .next-stage2:hover span {
    opacity: 0.5;
}
