<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.theme-default .nivoSlider {
	position:absolute;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position: absolute;
	width: 10px;
	height: 630px;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:10%;
	bottom:-32px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:14px;
	height:15px;
	background: url(../images/slider_control_btn.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position: -14px 0;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:38px;
	height:46px;
	background: url(../images/slider_next_previous.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-38px 0;
	right:-50px;
}
.theme-default a.nivo-prevNav {
	left:-50px;
}

.theme-default .nivo-caption {
    font-family: LucidaSansNavajo;
}
.theme-default .nivo-caption a {
    color:#333333;
    border-bottom:0px dotted #333333;
}
.theme-default .nivo-caption a:hover {
    color:#333333;
}


.nivoSlider {
	position:absolute;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	display: block;
	padding: 10px;
	right:20px;
	left:20px;

	top:660px;
	bottom:20px;
	background:#fff;
	color:#333333;
	z-index:8;
}
.nivo-caption h2 {
	color: #fff;
	margin: 0; 
	padding: 0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	top:15%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
		right:20px;

	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
</pre></body></html>