/** Stage container **/
.wrapper{ width:880px; margin:30px auto;}
.connected-carousels .stage {
    width: 880px;
    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: 100%;
	margin:30px 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 {
	
}
.connected-carousels .carouselss li{display:block; width:878px; height:598px; vertical-align:middle;
    /* display:table-cell; */
    display: inline-block;
    text-align:center;}
.connected-carousels .carouselss li img{ max-width:100%; max-height:100%;}

.connected-carousels .carousels li {
    float: left; width:auto; height:auto; margin-right:31px;
}

.connected-carousels .carousels li img{ max-height:136px;}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 600px;
    border: 1px solid #ddd;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 136px;
    width: 100%;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

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

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

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 600px;
    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;
    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: 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: 48px;
    height: 48px;
    color: #fff;
    text-decoration: none;
}

.connected-carousels .prev-navigation {
    left: -58px;
    top: 40px;
    background:url(../images/z.jpg) center no-repeat;
}

.connected-carousels .next-navigation {
    right: -58px;
    top: 40px;
    background:url(../images/y.jpg) center no-repeat;
}

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


@media (max-width:767px){
	
.wrapper{ width:330px !important; margin:30px auto;}
.connected-carousels .stage {
    width: 330px !important;
    position: relative;
}

.connected-carousels .carouselss li{display:block; width:330px !important; height:348px !important; vertical-align:middle; display:table-cell; text-align:center;}

.connected-carousels .carousel-stage {
    height: 350px !important;
    border: 1px solid #ddd;
}

.connected-carousels .carousels li img{ max-height:60px !important;}

.connected-carousels .carousel-navigation {
    height: 60px !important;
    width: 235px !important;
	margin:0 auto;
}

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

.connected-carousels .carousels li {
    float: left; width:auto; height:auto; margin-right:5px !important;
}

.connected-carousels .prev-navigation {
    left: 0px !important;
    top: 8px !important;
    background:url(../images/z.jpg) center no-repeat;
}

.connected-carousels .next-navigation {
    right: 0px !important;
    top: 8px !important;
    background:url(../images/y.jpg) center no-repeat;
}
	}