.wrapper {
    margin: 30px;
	position:relative
}

/** Stage container **/
.connected-carousels{
	/*height: 100vh;*/
	height: 90vh;
}
.connected-carousels .stage {
    width: 100%;
    margin: auto;
    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 {
    min-width:5000px;
    margin: 0 auto;
    position: relative;
}

/** Shared carousel styles **/

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

.connected-carousels .carousel ul {
    width: 1000000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

/** custom scroller **/
.custom-scroller-container{
	width: 40vw;
	height: 140px;
	margin: auto;
	padding: 10px;
	border: 1px solid #ccc;	
/*	box-shadow: #1d1d1d5d 0px 0px 50px;*/
    background-color: white;	
}
.custom-scroller{
	overflow-x: scroll;
	overflow-y: hidden;
	width: 35vw;
	height: 120px;
	margin: auto;
}

/* width */
.custom-scroller::-webkit-scrollbar {
    width: 10px;
	height: 10px;
}

/* Track */
.custom-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc; 
    border-radius: 10px;
}

/* Handle */
.custom-scroller::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
	width: 10px
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 80%;

}
.carousel-stage ul li{
	/*width:90vw;*/
	width:86vw;
	height:78vh;
/*	margin:0 2.5vw;*/
	display:table;
}
/*.carousel-stage ul li a{
	width:100%;
	height:100%;
    position: relative;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.carousel-stage ul li a img{
	
	max-width: 90vw;
	max-height: 70vh;
	box-shadow: #1d1d1d5d 0px 0px 50px;
}
*/
.carousel-stage ul li div{
	width:100%;
	height:100%;
    position: relative;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}
.carousel-stage ul li div img{
	
	/*max-width: 90vw;*/
	max-width: 70vw;
	/*max-height: 70vh;*/
	max-height: 65vh;
	box-shadow: #1d1d1d5d 0px 0px 50px;
}


/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    width: 100%;
    background: #fff;
/*    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
	margin-right:50px;
}

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

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

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 80vh;
    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:block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;

	color:#888;
    text-decoration: none;
	font-size: 3rem;
/*	
	font: 3rem Arial, sans-serif;
    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: 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;
	color:#666;
/*	background:#666;*/
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
	color: #888;
    text-decoration: none;
	font-size: 2.5rem;
/*  display: block;
	text-shadow: 0 0 1px #000;
    font: 2.5rem 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: -25px;
    top: 30px;
    text-indent: 6px;
	line-height:45px;
}

.connected-carousels .next-navigation {
    right: -25px;
    top: 30px;
    text-indent: 30px;
	line-height:45px;
}

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

@media (max-height: 825px) {
	.custom-scroller-container{
		display:none;
	}
	.carousel-stage ul li {
		height:100vh;
	}
	.carousel-stage ul li div img {
		max-height:75vh;
	}
}
