/** Stage container **/

.connected-carousels .stage {width: 700px; 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;}

.stage ul li img{width:700px; }

/** 底部缩略图主容器 **/

.connected-carousels .navigation {width: 700px;margin: 10px 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;}

/** 大图显示容器 **/
.connected-carousels .carousel-stage {
    height: 450px;
    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 {
    height: 80px;
    width: 680px;
    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;   
}
.carousel-navigation img{width: 100px;height:70px;}
    
.connected-carousels .carousel-navigation li { cursor: pointer;}

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

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

/** 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: 80px; height: 80px;
    text-align: center;
    background: #088de1;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 124px/60px Arial, sans-serif;
    -webkit-border-radius: 80px;
       -moz-border-radius: 80px;
            border-radius: 80px;
    -webkit-box-shadow: 0 0 2px #088de1;
       -moz-box-shadow: 0 0 2px #088de1;
            box-shadow: 0 0 2px #088de1;
}

.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: #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: -15px;
    top: 35px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 35px;
    text-indent: 20px;
}

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


