<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 Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/nivo-slider/default/loading.gif) no-repeat 50% 50%;
    margin:26px 0;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:19px;
	bottom:13px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:13px;
	height:13px;
	background:url(../images/nivo-slider/default/bullets.png) no-repeat -13px top;
	text-indent:-9999px;
	border:0;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position: left top;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:29px;
	height:29px;
	background:url(../images/nivo-slider/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-29px 0;
	right:11px;
}
.theme-default a.nivo-nextNav:hover {
	background-position: -29px -29px;
	}
.theme-default a.nivo-prevNav {
	left:11px;
}
.theme-default a.nivo-prevNav:hover {
	background-position: 0px -29px;
	}

.theme-default .nivo-caption {
	opacity: 1;
	color:#fff;
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}</pre></body></html>