/** Stage container **/

.connected-carousels .stage {
    width: 100%;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;  
	display: none;
}

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

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

.connected-carousels .carousel ul {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {

}

/** Navigation carousel specific styles **/

@media (max-width: 767px) {
    .connected-carousels .carousel-navigation li {
        cursor: pointer;
        width: 75px;
        max-width: 25%;
    }
    .connected-carousels .carousel-navigation {
        height: 120px;
        width: 100%;
        background: none;
    }
    .connected-carousels .prev-navigation {
        left: -15px;
        top: 25px;
    }

    .connected-carousels .next-navigation {
        right: -15px;
        top: 25px;
    }
    /** Navigation container **/

    .connected-carousels .navigation {
        width: 100%;
        margin: 20px 0 20px 0;
        position: relative;
    }

    /** Shared carousel styles **/

}
@media (min-width: 768px) {
    .connected-carousels .carousel-navigation li {
        cursor: pointer;
        width: 103px;
        max-width: 25%;
    }
    .connected-carousels .carousel-navigation {
        height: 120px!important;
        width: 100%;
        background: none;
    }
    .connected-carousels .prev-navigation {
        left: -40px;
        top: 40px;
    }

    .connected-carousels .next-navigation {
        right: -40px;
        top: 40px;
    }
    /** Navigation container **/

    /** Shared carousel styles **/

}
.w-150 {
    width: 226%!important;
}
.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid none;
    width: 100%;
    height: auto;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: none !important;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

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

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

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #70C062;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #70C062;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
	text-align: center;
	font-size: 20px;
	z-index: 9;
}
.connected-carousels .prev-navigation:hover,
.connected-carousels .next-navigation:hover {
    color: #fff!important;
}


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