<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .connected-carousels{
	width:605px; 
}
 .stage {
    width: 588px;
    position: relative;
}
 .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;
}
 .photo-credits a {
    color: #fff;
}
 .navigation {
    width: 605px;
    margin-top:15px;
    position: relative;
}
 .carousel {
    position: relative;
    overflow: hidden;
}
 .carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
 .carousel li {
    float: left;
}
 .carousel-stage {
	height: 448px;
}
.carousel-stage li{
	width:588px;
	text-align:center;
	}
 .carousel-navigation {
	height: 110px;
	width: 605px;
}
 .carousel-navigation li {
    cursor: pointer;
	margin:0 11px 0 0;

}
 .carousel-navigation li img {
    display: block;
		border:1px solid #cccccc;
}
 .carousel-navigation li.active img {
    border-color: #000000;
}
 .prev-stage, .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    color: #fff;
}
 .prev-stage {
    left: 0;
}
 .next-stage {
    right: 0;
}
 .prev-stage.inactive, .next-stage.inactive {
    display: none;
}
 .prev-stage span, .next-stage span {
	display: none;
	position: absolute;
	width: 32px;
	height: 32px;
	text-decoration: none;
	top:50%;
	margin-top:-10px;
}
 .prev-stage span {
	background:url(../images/prev-carousel.png) 0 0 no-repeat;
    left: 20px;
}
 .next-stage span {
	background:url(../images/next-carousel.png) 0 0 no-repeat;
    right: 20px;
}
 .prev-stage:hover span, .next-stage:hover span {
    display: block;
}
 .prev-navigation, .next-navigation {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	text-decoration: none;
	z-index:100;
}
 .prev-navigation {
    	left: 8px;
		top:50px;
		margin-top:-10px;
		background:url(../images/prev-carousel.png) 0 0 no-repeat;
}
 .next-navigation {
    right: 8px;
    top: 40px;
		background:url(../images/next-carousel.png) 0 0 no-repeat;
}
 .prev-navigation.inactive, .next-navigation.inactive, .prev-bottomCarouselHolder.inactive, .next-bottomCarouselHolder.inactive {
    opacity: .5;
    cursor: default;
}</pre></body></html>