<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel {
	background-color: #f3f3fb;
	height: 263px;
	width: 890px;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
}
#flexiselDemo1 {
display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 263px;
	padding-top: 20px;
}

.nbs-flexisel-item {
	float: left;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: -2px;
	height: 100px;
}
.nbs-flexisel-item img {
	cursor: pointer;
	border: 1px solid #666666;
}
.link-c {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 21px;
	height: 42px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: -25px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: -25px;
	background: url(../images/button-next.png) no-repeat;
}
#titulo-galeria {
	width: 200px;
	height: 100px;
	z-index: 100;
	position: absolute;
	margin-left: 10px;
	margin-top: 155px;
	border: 0;
	line-height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
#titulo-galeria a {
	color: #444;
	text-decoration: none;
}
</pre></body></html>