<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshowContainer {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.gallery {
	position: relative;
}

.gallery .holder {
	background-size: contain;
	height: 0;
	overflow: hidden;
	padding: 50% 0 0 0;
	position: relative;
	width: 100%;
}

/*.gallery .tagline {
	position: absolute;
	background: rgba(139,20,42,0.85);
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	padding: 20px;
}

.gallery .tagline img {
	position: relative;
    top: 7px;
    width: 55%;
}*/

.gallery .holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery .holder ul li {
	float: left;
	position: relative;
}

.gallery .holder 

/*fade*/
.gallery-fade {}

.gallery-fade .holder ul {
	padding: 50% 0 0 0;
}

.gallery-fade .holder ul li {
	background-size: cover !important;
	height: 0;
	left: 0;
	padding: 50% 0 0 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.imageSummary {
	display: none;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	color: #fff;
	font-size: 1.2em;
	left: 0;
	padding: 6px 45px;
	position: absolute;
	right: 0;
	margin: 0 auto;
	width: 100%;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.imageSummary img {
	border: 0;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.paging {
	bottom: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 316px;
	text-align: center;
	z-index: 600;
}

.paging ul {
	margin: 0;
	padding: 0;
}

.paging li {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 5px;
}

.paging li a {
	background-color: #cccccc;
	border: 0;
	color: #fff;
	display: block;
	height: 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-indent: 400px;
	width: 10px;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.paging li a.active {
	background-color: #3b95b7;
}

a:link.next,
a:link.prev {
/*display: none;*/
	background: rgba(0, 0, 0, .8);
	color: #fff;
	content: '\f054';
	cursor: pointer;
	font-family: 'FontAwesome';
	font-size: 20px;
	height: 39px;
	line-height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 40px;
	z-index: 20;

	top: 50%;
	transform: translateY(-50%);	
	
	transition: text-shadow .3s;
	-moz-transition: text-shadow .3s;
	-webkit-transition: text-shadow .3s;
	-o-transition: text-shadow .3s;
	
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

a:link.next:hover,
a:link.prev:hover {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	
	-moz-transition: text-shadow .3s;
	-webkit-transition: text-shadow .3s;
	-o-transition: text-shadow .3s;
	
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

a:visited.next,
a:visited.prev {
	color: #fff;
}

.next-disable {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.prev {
	content: '\f053';
	right: auto;
	left: 0px;
}

.prev-disable {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.stop,
.start {
	background: url(../images/btn-pause.png) no-repeat;
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
}

.stopped .start {
	background: url(../images/btn-play.png) no-repeat;
}

.start,
.no-active .start {
	background: url(../images/btn-play-disable.png) no-repeat;
	margin: 0;
}

.stopped .stop {
	background: url(../images/btn-pause-disable.png) no-repeat;
}

.control {
	font-size: 18px;
	line-height: 21px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 949px) {
/*	.slideshowContainer {
		top: auto;
		margin-bottom: auto;
	}*/
}

/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (min-width: 1650px) {
/*	.imageSummary {
		top: 586px;
		bottom: auto;
		position: absolute;
	}

	.control {
		position: absolute;
		top: 586px;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
	} 

	a:link.next,
	a:link.prev {
		bottom: -39px;
	}*/

}</pre></body></html>