.jcarousel-wrapper {
    /*margin-top: 25px;*/
    margin-left: auto;
	  margin-right: auto;
	  display: block;
    position: relative;
		height: calc(80% - 25px);
    /*border: 10px solid #fff;*/
    /*width: 230px !important;*/
   /* height: auto;*/
  /*height: 230px !important;*/
   /* -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 **/

.jcarousel {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
		height: 100%;
		left: -300px;
}

.jcarousel li {
    float: left;
	height: 100%;
	/*width: 100%;*/
	display: inline;
	
}

.jcarousel img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #ffffff !important;
    text-decoration: none;
    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;
}

.jcarousel-control-prev {
    left: -25px;
}

.jcarousel-control-next {
    right: -25px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
  color: #FFFFFF;
}

/** Carousel Pagination **/
.jcarousel-pagination-div{
 	margin-left: auto;
	margin-right: auto; 
	text-align: center !important;
	height: 20%;
}

.jcarousel-pagination {
    display: inline-block;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    /*min-width: 14px;*/
    
    background: #fff;
    color: #fff;
    border-radius: 14px;
    /*padding: 3px;*/
		padding: 8px;
    text-align: center;
    
    margin-right: 2px;
    border: 1px solid #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    /*color: #4E443C;
    opacity: 1;*/
    color: white;    
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.carouselLayoutFast li{
	width: 348px;
	height: 348px;
	position: relative;
}

/** Styling for connected carousels **/
/** Stage container **/

.connected-carousels .stage {
    /*width: 620px;*/
    margin: 20px 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 {
    width: 260px;
    margin-bottom: 20px;
    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;
}

li.overlayedImagesContainer{
    position: relative;
}

li.overlayedImagesContainer img{
    position: absolute;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
   /* height: 400px;*/
   /* 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;*/
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 60px;
   /* width: 240px;*/
    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;*/
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
		width: 50px;
		height: 50px;
		position: relative;
		border: 1px solid lightgray;
		/*margin: 0px 3px;*/
		margin: 4px 5px;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    width: 100%;
    height: auto;
		position: absolute;
		top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.connected-carousels .carousel-navigation li.active  {
    border: 3px solid #009530;
		margin: 2px 3px;
}

    .connected-carousels .carousel-navigation li.overlayedImagesContainer {
        display: none;
    }

        .connected-carousels .carousel-navigation li.overlayedImagesContainer.show {
            display: block;
        }
/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    /*display: inline-table;*/
		display: none;
    position: absolute;
    /*width: 305px;
    height: 410px;*/
		/*font-size: 30px;
    text-decoration: none;
    color: white;
    background: gray;*/
    width: 12%;
    height: 12%;
    /*border-radius: 16px;*/
    text-align: center;
    position: absolute;
    top: 44%;
		margin-right: 2%;
		margin-left: 2%;
}

.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;
    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;
}
.arrowsTransparent{
		height: 32.5px;
		position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.arrowsTransparent:hover{
		border:1px solid lightgray; 
		padding: 2px;
}

.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;*/
/*		display: none;
    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;
	*/
	display: inline-table;
		/*display: none;*/
    position: absolute;
    /*width: 305px;
    height: 410px;*/
		/*font-size: 30px;
    text-decoration: none;
    color: white;
    background: gray;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
		margin-right: 2%;
		margin-left: 2%;*/
}

.connected-carousels .prev-navigation {
   /* left: -15px;*/
		left: 0;
    /*top: 22px;
   text-indent: 6px;*/
}

.connected-carousels .next-navigation {
    /*right: -15px;*/
		right: 0;
    /*top: 22px;
    text-indent: 20px;*/
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

li.picContainer iframe {
    height: 100%;
    width: 56.25%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
    li.picContainer iframe.aspect-100 {
        width: 99%;
    }
    li.picContainer iframe.aspect-75 {
        width: 75%;
    }
    li.picContainer iframe.aspect-56 {
        width: 56.25%;
    }
    li.picContainer iframe.aspect-43 {
        width: 42.86%;
    }