/** Stage container **/
.fanyicd{ text-align:right; clear:both; margin-top:29px;}
.cpxiangx{}
.cpggt{ width:438px; float:left;}
.cpxqjne{ width:418px; float:right;}


.hidden{ display:none;}

.carousel-stage ul li img{width:703px; height:353px;}
.connected-carousels .stage {
    width: 703px;
    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: 703px;
   
    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;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 353px;
	width:703px; margin:auto;
	
    
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 58px;
    width: 642px;
    margin:auto;
	margin-top:11px;
	overflow:hidden;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
	text-align:center;
	width:102px;
	height:58px;
	overflow:hidden;
	margin-right:6px;
	position:relative;
}

.connected-carousels .carousel-navigation li img {
    display: block;
	width:116px;
	height:58px;
	margin:auto;
	
}

.connected-carousels .carousel-navigation li .icon{
    position:absolute;
	display:block;
	width:102px; height:58px;
	background:url(border.png) no-repeat;
	top:0px; left:0px;
	display:none;
}

.connected-carousels .carousel-navigation li.active{padding-top:0;}
.connected-carousels .carousel-navigation li.active img{}
.connected-carousels .carousel-navigation li.active .icon{display:block;}
/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 43px;
    color: #fff;
	/*background:white;
	opacity: 0;-moz-opacity: 0;-webkit-opacity:0;filter:alpha(opacity=0);*/
}

.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 {
    position: absolute;
    top: -50%;
    width: 44px;
    height: 43px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
	font-size:0;
	line-height:0;
/*    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;
	opacity: 0.6;-moz-opacity: 0.6;-webkit-opacity:0.6;filter:alpha(opacity=60);*/
}

.connected-carousels .prev-stage span {
    left: 20px;
	background:url(proleft.png) 0px 0px;
}

.connected-carousels .next-stage span {
    right: 20px;
	background:url(proright.png) 0px 0px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}
.connected-carousels .prev-stage:hover span{
	background-position:0px -43px;
}
.connected-carousels .next-stage:hover span{
	background-position:0px -43px;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
	top:0px;
	text-align:center;
    display: block;
    position: absolute;
    text-decoration: none;
	outline:none;
	font-size:0px; line-height:0px; width:24px; height:58px; background: url(btn.jpg) no-repeat;	
}

.connected-carousels .prev-navigation {
    left: 0px;
    text-indent: 0px;
	background-position:-24px 0px;
}

.connected-carousels .next-navigation {
    right: 0px;
    text-indent: 0px;
	background-position:-24px -58px;
}

.connected-carousels .prev-navigation.inactive{
	cursor: default;
	background-position:0px 0px;
}
.connected-carousels .next-navigation.inactive {
    cursor: default;
	background-position:0px -58px;
}
