<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nivoSlider {
	width:730px;
    height: 280px !important;
    overflow: hidden;
    position: relative;  
	z-index:0!important;
	border-radius:5px;
}
.nivoSlider img {
    cursor: pointer;
    width:730px;
    height: 280px !important;
	border-radius:5px;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav {
    padding: 15px 0;
    text-align: center;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	height:90px;
	color:#fff;
	width:670px;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none!important;
	font-family:"NotoSerif_Regular";
	font-size:14px;
	background:url(../img/bg_caption.png) repeat;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline!important;
}
.nivo-html-caption {
    display:none;
}
</pre></body></html>