<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
    bottom: 0;
    color: #FFFFFF;
    opacity: 0.8;
    position: absolute;
    left: 0;
    z-index: 1001;
}
.nivo-caption p {
	padding:15px;
	margin:0;
	font-size:20px;
	color:#fff;
	text-transform:capitalize;
}
.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:40%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav,.nivo-prevNav :hover {
	left:15px;
	width:30px;
	height:60px;
	display:block;
	background:url(../images/slider-previous.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.nivo-nextNav ,.nivo-nextNav:hover{
	right:15px;
	width:30px;
	height:60px;
	display:block;
	background:url(../images/slider-next.png) 0 0 no-repeat;
	text-indent:-9999px;
}

.nivo-nextNav:hover, .nivo-prevNav :hover {
    background-position: -30px 0;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	padding-top:10px;
	text-align:center;
	z-index:100;
	margin-left:25px;
}



 .nivo-controlNav {
	position:absolute;
	right:20px;
    margin-left:-35px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) 0 0 no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


.nivo-controlNav a:hover {
	cursor: pointer;
}

 







</pre></body></html>