<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Elastislide Style */
.es-carousel-wrapper {
	background: #101010;
	padding:10px 27px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	position:relative;
	margin-bottom:20px;
}
.es-carousel {
	overflow:hidden;
	background: #000000;
}
.es-carousel ul {
	display:none; 
}
.es-carousel ul li {
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a {
	display:block; 
	padding:0; margin:5px 0 5px 0;
	border-style:solid;
	border-color:transparent;
	opacity:0.7;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a {
	border-style:1px solid;
	border-color:#339999;
	opacity:1.0;
	border-radius: 10px;
}
.es-carousel ul li a img {
	display:block;
	border-style:1px solid;
	border-color: transparent;
	border-radius: 10px;
	max-height:100%;
	max-width:100%;
}
.es-nav span {
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next {
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover {
	opacity:1.0;
}</pre></body></html>