/** Stage container **/
/*.wrapper {
    max-width: 1000px;
    padding-bottom: 28px;
    border-bottom: 1px solid #cccccc;
}*/


.wrapper{
    width: 50%;
}
.connected-carousels{
  
  width: 100%;
   
  

}
.connected-carousels .stage {
    width: 100%;
    
    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: 490px;
  margin-top: 14px;
    position: relative;
}

/** Shared carousel styles **/

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

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

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

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 466px;
    border: 1px solid #ccc;
  

}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 88px;
    width: 490px;
    background: #fff;
    left: 0px;
    bottom: 0;

}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    margin-right: 27px;
    border: 1px solid #ccc;
}

.connected-carousels .carousel-navigation li img {
    display: block;

}

.connected-carousels .carousel-navigation li.active{

    border: 1px solid #e0701f;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: none;
    position: absolute;
    top:50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    color: #fff;
    cursor: pointer;
}

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

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


.stage:hover .prev-stage{
    display: block;
}

.stage:hover .next-stage{
    display: block;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    /*display: none;*/
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    text-align: center;
   line-height: 80px;
   font-size: 34px;
   font-family: "simsun";
    color: #fff;
    text-decoration: none;
    background-color: #e0701f;
    margin-top: -40px;

}

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

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

.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: 34px;
    // line-height: 30px; 
    // background-color: #1e546a;
    height: 77px;
    color: #fff;
    font-family: "宋体";
    text-decoration: none;
    text-shadow: 0 0 1px #000;
}

.connected-carousels .prev-navigation {
    left: 0px;
    top: 0px;
    text-indent: 6px;
    /* background: url(../images/pro_left.png) no-repeat center; */
}

.connected-carousels .next-navigation {
    right: 0px;
    top: 0px;
    text-indent: 20px;
    /* background: url(../images/pro_right.png) no-repeat center; */
}

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

/* .connected-carousels .prev-navigation:hover{
    background: url(../images/pro_lhover.png) no-repeat center;
}
.connected-carousels .next-navigation:hover{
    background: url(../images/pro_rhover.png) no-repeat center;
} */