<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:30px 30px 60px 30px;
	background:  url(loading.gif) no-repeat 50% 50%;
	
	/*-moz-box-shadow:0px 0px 10px #333;*/
	/*-webkit-box-shadow:0px 0px 10px #333;*/
	/*box-shadow:0px 0px 10px #333*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivo-directionNav a {
	display:block;
	width: 43px;
	height: 43px;
	/* Thanks to http://www.2expertsdesign.com for arrow icon */
	top:45%;
	background:url(arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	position:absolute;
	background-position: -43px 0;
	bottom: 0;
	right: 20px;
}
a.nivo-prevNav {
	bottom: 0;
	left: 20px;
}

#slider2 {
	position:relative;
	margin:auto;
	background: url(loading.gif) no-repeat 50% 50%;
	/*-moz-box-shadow:0px 0px 10px #333;*/
	/*-webkit-box-shadow:0px 0px 10px #333;*/
	/*box-shadow:0px 0px 10px #333*/
}
/* Slider for shortcode */
#slider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider2 a {
	border:0;
}
	#slider2 .nivo-controlNav {
		position:absolute;
		right: 0px;
		bottom: -24px;
	}
	</pre></body></html>