/** Stage container **/

.connected-carousels {
    position: relative;
}

.connected-carousels .stage {
    width: 940px;
    margin: 0;
    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 {
    position: absolute;
    bottom: 20px;
    right:20px;
    height: 40px;
    width: 200px;
    background: #fff;
    padding: 10px 20px;
    -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;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    background: none;
    width:940px !important;
    height: inherit;
    padding:0;
}

.connected-carousels .carousel ul {
    width: 200000px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
    width: 940px;
    margin:0;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 247px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 40px;
    width: 200px !important;

}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    width: 66px;
    background-color: #1a61a9;
    position: relative;
}

.connected-carousels .ttip { 
    position: absolute;
    bottom:100px;
    right: 20px;
    background-color:#B0C1D7;
    padding: 10px; 
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);

    max-width: 220px;
    color: #333;
    font-size: 12px!important;
    font-weight: bold;
}

.connected-carousels .ttip p{font-size: 12px!important;font-weight: normal!important;}

.connected-carousels .ttip img{ float: left; margin-right: 5px;  padding: 5px;}
.connected-carousels .ttip h2{ font-size: 12px!important;color: #1a61a9;padding: 0 0 5px; }
.connected-carousels .ttip .tooltip_vertex{ position: absolute; bottom: -16px; left: 100px; background: url(../img/tooltip_vertex.png) no-repeat; width: 32px; height: 18px; font-size: 12px!important;}


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

.connected-carousels .carousel-navigation li.active img {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    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:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.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: 9px;
    height: 15px;  
}

.connected-carousels .prev-navigation {
    left: 6px;
    top: 22px;
    text-indent: -99999px;
    background: url("../img/home_carousel_nav_prev.png") no-repeat;
}

.connected-carousels .next-navigation {
    right: 10px;
    top: 22px;
    text-indent: -999999px;
    background: url("../img/home_carousel_nav_next.png") no-repeat;

}

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