<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-custom.slider-wrapper {
}
.theme-custom .nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
    overflow: visible;
}
.theme-custom .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-custom .nivoSlider a {
	border:0;
	display:block;
}


.theme-custom .nivo-controlNav {
	display:block;
	padding: 0;
	overflow:hidden;
	position:absolute;
	left:50%;bottom:10px;
	margin-left:-150px;
	z-index: 8;
	width:300px;
	text-align:center;

}
.theme-custom .nivo-controlNav a {
	float:none;
	display:inline-block;
	background:#fff;
	text-indent:-9999px;
	border:none;
	border:0;
	margin: 0;
	margin-right:10px;
}
.theme-custom .nivo-controlNav a.active {
	background:#EABF2F;
}

.theme-custom .nivo-controlNav a {
	display:inline-block;
	width:13px;
	height:13px;
	background:#fff;
	text-indent:-9999px;
	border:0;
	border-radius:50%;
}

.theme-custom .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-custom .nivo-caption a:hover {
    color:#fff;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}</pre></body></html>