<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.easy_nivo_slider {
	position:relative;
	display:block;
	background:#FC9 url(../images/loading.gif) no-repeat 50% 50%; 
}
.easy_nivo_slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.easy_nivo_slider a {
	border:none;
	display:block;
}
.easy-nivo-slider-first, .easy-nivo-slider-second {
	background:#999;
	margin:0 0 20px 0;
	}
/* 	----------------------
	BUTTON / NUMBER NAVIGATION 
	---------------------- */
.easy-nivo-slider-controls-buttons .nivo-controlNav,
.easy-nivo-slider-controls-numbers .nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-40px;
}
.easy-nivo-slider-controls-buttons .nivo-controlNav a,
.easy-nivo-slider-controls-numbers .nivo-controlNav a {
	display:block;
	height:22px;
	line-height:22px;
	border:0;
	margin-right:3px;
	float:left;
}
/* 	----------------------
	BUTTON NAVIGATION 
	---------------------- */
.easy-nivo-slider-controls-buttons .nivo-controlNav a {
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	width:22px;
	margin:0 3px 8px 0;
}
.easy-nivo-slider-controls-buttons .nivo-controlNav a.active {
	background-position:0 -22px;
}
/* 	----------------------
	NUMBER NAVIGATION 
	---------------------- */
.easy-nivo-slider-controls-numbers .nivo-controlNav a {
	color:#bbb;
	padding:4px 8px 4px 6px;
	line-height:22px;
	text-shadow: 0 0 5px #000;
	font-weight:bold;
	margin-bottom:1px;
}
.easy-nivo-slider-controls-numbers .nivo-controlNav a:hover {
	color:#FF5;
}
.easy-nivo-slider-controls-numbers .nivo-controlNav a.active {
	color:#FFF;
}
/* 	----------------------
	DIRECTION NAVIGATION 
	SJA MODDED FOR HAND-DRAWN ARROWS
	---------------------- */
.nivo-directionNav a {
	display:block;
	width:20px;
	height:42px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-directionNav a:hover {
	background:url(../images/arrows_roll.png) no-repeat;
}
a.nivo-nextNav {
	background-position:-20px 0;
	right:-25px;
}
a.nivo-nextNav:hover {
	background-position:-20px 0;
}
a.nivo-prevNav {
	left:-25px;
}

.nivo-caption {
    text-shadow:none;
	background:none;
	color:#333;
    /*font-family: Helvetica, Arial, sans-serif;*/
}

.nivo-caption p {
   font-size:12px;
   margin:0 0 3px 0;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/* 	----------------------
	THUMBNAIL NAVIGATION 
	---------------------- */
.easy-nivo-slider-controls-thumbs {
	overflow:visible !important;

	}

.easy-nivo-slider-controls-thumbs .nivo-controlNav {
	position:absolute;
	overflow:visible !important;
	width: 440px;
	height:auto;
	top:320px !important; /* bottom: -372px Put the nav below the slider */
	left:0px;
}

.easy-nivo-slider-controls-thumbs .nivo-controlNav a { 
	width:69px !important; 
	height:51px !important; 
	margin:0 3px 4px 0 !important;
	float:left;
	display:block;
	opacity:0.4; 
	}
.easy-nivo-slider-controls-thumbs .nivo-controlNav a.active {
	opacity:1 !important;  
	border:0;
	}
.easy-nivo-slider-controls-thumbs .nivo-controlNav a:hover { 
	opacity:1 !important; 
	border:0;
}
.easy-nivo-slider-controls-thumbs .nivo-controlNav img {
	margin-right:10px;
	border:1px solid #333 !important; /* !important; */
	width:69px;
	height:51px;
}
.easy-nivo-slider-controls-thumbs .nivo-controlNav img:hover {
	border:1px solid #333;
}

.easy-nivo-slider-controls-thumbs .nivo-controlNav a.active img { 
	border:1px solid #333;
}</pre></body></html>