/** Stage container **/

.connected-carousels .stage {
    width: 525px;
    margin: 20px auto;
    position: relative;
}

.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: .66;
}

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

/** Navigation container **/

.connected-carousels .navigation {
    width: 580px;
    margin: 20px auto;
    position: relative;
}

/** 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;
}

.connected-carousels .carousel li {
    float: left;
    padding: 0;
    position: relative;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: auto;
    /*border: 10px solid #fff;*/
    /*-webkit-border-radius: 5px;*/
       /*-moz-border-radius: 5px;*/
            /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0 0 2px #999;*/
       /*-moz-box-shadow: 0 0 2px #999;*/
            /*box-shadow: 0 0 2px #999;*/
}

.connected-carousels .title-s {
    position: absolute;
    height: 58px;
    width: 100%;
    background-image: url("../img/title-s.png");
    left: 0;
    bottom: 4px;
}

.connected-carousels .title-s a{
    display: block;
    color: #fff;
    margin-top: 12px;
    margin-left: 25px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    /*height: 80px;*/
    width: 580px;
    background: #fff;
    /*border: 10px solid #fff;*/
    /*-webkit-border-radius: 5px;*/
       /*-moz-border-radius: 5px;*/
            /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0 0 2px #999;*/
       /*-moz-box-shadow: 0 0 2px #999;*/
            /*box-shadow: 0 0 2px #999;*/
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    padding-right: 20px;
    list-style: none;
    background: none;
}
.connected-carousels .carousel-navigation li:last-child{
    padding-right: 0;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    /*border: 5px solid #fff;*/
}

.connected-carousels .carousel-navigation li.active img {
    opacity: .4;
}

/** Stage carousel controls **/

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

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

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

.connected-carousels .prev-stage.inactive span,
.connected-carousels .next-stage.inactive span{
    background-position: 0 -45px;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: block;
    position: absolute;
    top: 50%;
    width: 19px;
    height: 45px;
    /*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: -40px;
    background-image: url('../img/arrow-left.png');
}

.connected-carousels .next-stage span {
    right: -40px;
    background-image: url('../img/arrow-next.png');
}

.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: 12px;
    height: 28px;
    /*background: #4E443C;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*text-shadow: 0 0 1px #000;*/
    /*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;*/
}

.connected-carousels .prev-navigation {
    left: -30px;
    top: 22px;
    /*text-indent: 6px;*/
    background-image: url('../img/arrow-left-t.png');
}

.connected-carousels .next-navigation {
    right: -30px;
    top: 22px;
    /*text-indent: 20px;*/
    background-image: url('../img/arrow-next-t.png');
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    /*opacity: .5;*/
    /*cursor: default;*/
    background-position: 0 -28px;
}
